Skip to content

Commit d3fb382

Browse files
Ingo MolnarJonathan Corbet
authored andcommitted
Documentation/features: Add THREAD_INFO_IN_TASK feature matrix
Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 842f697 commit d3fb382

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#
2+
# Feature name: thread-info-in-task
3+
# Kconfig: THREAD_INFO_IN_TASK
4+
# description: arch makes use of the core kernel facility to embedd thread_info in task_struct
5+
#
6+
-----------------------
7+
| arch |status|
8+
-----------------------
9+
| alpha: | TODO |
10+
| arc: | TODO |
11+
| arm: | TODO |
12+
| arm64: | ok |
13+
| csky: | TODO |
14+
| h8300: | TODO |
15+
| hexagon: | TODO |
16+
| ia64: | TODO |
17+
| m68k: | TODO |
18+
| microblaze: | TODO |
19+
| mips: | TODO |
20+
| nds32: | ok |
21+
| nios2: | TODO |
22+
| openrisc: | TODO |
23+
| parisc: | TODO |
24+
| powerpc: | ok |
25+
| riscv: | ok |
26+
| s390: | ok |
27+
| sh: | TODO |
28+
| sparc: | TODO |
29+
| um: | TODO |
30+
| x86: | ok |
31+
| xtensa: | TODO |
32+
-----------------------

0 commit comments

Comments
 (0)