aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/system_32.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:17 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:17 +0100
commit718fc13b4675470ea191522ef98b02a55d990fa1 (patch)
tree26e35cede12cc8f25939582cd314b75360b08c49 /include/asm-x86/system_32.h
parentc9ff03428f24219b927d9d9d3c0c581622967794 (diff)
x86: move debug related declarations to kdebug.h
Move them and fixup some users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/system_32.h')
-rw-r--r--include/asm-x86/system_32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/system_32.h b/include/asm-x86/system_32.h
index ef8468883ba..db6283eb5e4 100644
--- a/include/asm-x86/system_32.h
+++ b/include/asm-x86/system_32.h
@@ -315,6 +315,5 @@ extern unsigned long arch_align_stack(unsigned long sp);
extern void free_init_pages(char *what, unsigned long begin, unsigned long end);
void default_idle(void);
-void __show_registers(struct pt_regs *, int all);
#endif