linux-stable/Documentation/features/core
Helge Deller 2214c0e772 parisc: Move thread_info into task struct
This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
2021-11-01 07:35:59 +01:00
..
cBPF-JIT Documentation: features: remove c6x references 2021-02-25 11:25:57 -07:00
eBPF-JIT Documentation: features: remove c6x references 2021-02-25 11:25:57 -07:00
generic-idle-thread Documentation: features: remove c6x references 2021-02-25 11:25:57 -07:00
jump-labels Documentation: features: remove c6x references 2021-02-25 11:25:57 -07:00
thread-info-in-task parisc: Move thread_info into task struct 2021-11-01 07:35:59 +01:00
tracehook Documentation: features: remove c6x references 2021-02-25 11:25:57 -07:00