mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-01 16:55:52 +07:00
[MIPS] Remove unused _THREAD_SIZE_ORDER from asm-offset.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
bea771751c
commit
05bc284a71
@ -102,7 +102,6 @@ void output_thread_info_defines(void)
|
|||||||
offset("#define TI_ADDR_LIMIT ", struct thread_info, addr_limit);
|
offset("#define TI_ADDR_LIMIT ", struct thread_info, addr_limit);
|
||||||
offset("#define TI_RESTART_BLOCK ", struct thread_info, restart_block);
|
offset("#define TI_RESTART_BLOCK ", struct thread_info, restart_block);
|
||||||
offset("#define TI_REGS ", struct thread_info, regs);
|
offset("#define TI_REGS ", struct thread_info, regs);
|
||||||
constant("#define _THREAD_SIZE_ORDER ", THREAD_SIZE_ORDER);
|
|
||||||
constant("#define _THREAD_SIZE ", THREAD_SIZE);
|
constant("#define _THREAD_SIZE ", THREAD_SIZE);
|
||||||
constant("#define _THREAD_MASK ", THREAD_MASK);
|
constant("#define _THREAD_MASK ", THREAD_MASK);
|
||||||
linefeed;
|
linefeed;
|
||||||
|
Loading…
Reference in New Issue
Block a user