summaryrefslogtreecommitdiff
path: root/Documentation/features
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2021-11-15 08:57:12 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2021-12-17 11:34:31 +0000
commit4a2f57ac7dada84224d71fe895580990b9062d68 (patch)
tree14f191ad9e2dc20607a4606b2f4789e0946c69f5 /Documentation/features
parent251cc826be7dec61e574b291b371362c10dd84ea (diff)
ARM: 9158/1: leave it to core code to manage thread_info::cpu
Since commit bcf9033e5449 ("sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y"), the CPU field in thread_info went back to being managed by the core code, so we no longer have to keep it in sync in arch code. While at it, mark THREAD_INFO_IN_TASK as done for ARM in the documentation. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'Documentation/features')
-rw-r--r--Documentation/features/core/thread-info-in-task/arch-support.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/core/thread-info-in-task/arch-support.txt b/Documentation/features/core/thread-info-in-task/arch-support.txt
index 3361e86b0958..bc74d8beea72 100644
--- a/Documentation/features/core/thread-info-in-task/arch-support.txt
+++ b/Documentation/features/core/thread-info-in-task/arch-support.txt
@@ -8,7 +8,7 @@
-----------------------
| alpha: | TODO |
| arc: | TODO |
- | arm: | TODO |
+ | arm: | ok |
| arm64: | ok |
| csky: | TODO |
| h8300: | TODO |