31 lines · plain
1#2# Feature name: thread-info-in-task3# Kconfig: THREAD_INFO_IN_TASK4# description: arch makes use of the core kernel facility to embed thread_info in task_struct5#6 -----------------------7 | arch |status|8 -----------------------9 | alpha: | TODO |10 | arc: | TODO |11 | arm: | ok |12 | arm64: | ok |13 | csky: | TODO |14 | hexagon: | TODO |15 | loongarch: | TODO |16 | m68k: | TODO |17 | microblaze: | TODO |18 | mips: | TODO |19 | nios2: | TODO |20 | openrisc: | TODO |21 | parisc: | ok |22 | powerpc: | ok |23 | riscv: | ok |24 | s390: | ok |25 | sh: | TODO |26 | sparc: | TODO |27 | um: | TODO |28 | x86: | ok |29 | xtensa: | TODO |30 -----------------------31