diff options
author | Xin Li (Intel) <xin@zytor.com> | 2024-03-22 01:16:16 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-03-22 09:32:41 +0100 |
commit | 8f69cba096b5cfd09be2d06c15d08dbd4a58c9d7 (patch) | |
tree | 601c03c4454207402533870bb06ca148463edbb6 /scripts/gdb/linux/timerlist.py | |
parent | 2cb16181a1d1f93a88f2b4640e7638fc0549da93 (diff) |
x86: Rename __{start,end}_init_task to __{start,end}_init_stack
The stack of a task has been separated from the memory of a task_struct
struture for a long time on x86, as a result __{start,end}_init_task no
longer mark the start and end of the init_task structure, but its stack
only.
Rename __{start,end}_init_task to __{start,end}_init_stack.
Note other architectures are not affected because __{start,end}_init_task
are used on x86 only.
Signed-off-by: Xin Li (Intel) <xin@zytor.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20240322081616.3346181-1-xin@zytor.com
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions