projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea7717
)
[MIPS] Remove unused _THREAD_SIZE_ORDER from asm-offset.c.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 26 Apr 2007 14:46:28 +0000
(15:46 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 27 Apr 2007 15:20:25 +0000
(16:20 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/asm-offsets.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/asm-offsets.c
b/arch/mips/kernel/asm-offsets.c
index 222de465db73a809eeba3c887a8f4a38d905e26e..761a779d5c4f67a8620f6efe481f0c2829d002d1 100644
(file)
--- a/
arch/mips/kernel/asm-offsets.c
+++ b/
arch/mips/kernel/asm-offsets.c
@@
-102,7
+102,6
@@
void output_thread_info_defines(void)
offset("#define TI_ADDR_LIMIT ", struct thread_info, addr_limit);
offset("#define TI_RESTART_BLOCK ", struct thread_info, restart_block);
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_MASK ", THREAD_MASK);
linefeed;