diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:17 -0500 |
commit | 718fc13b4675470ea191522ef98b02a55d990fa1 (patch) | |
tree | 26e35cede12cc8f25939582cd314b75360b08c49 /include/asm-x86/proto.h | |
parent | c9ff03428f24219b927d9d9d3c0c581622967794 (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/proto.h')
-rw-r--r-- | include/asm-x86/proto.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 9b96dae5b7ac..b10cd1b82089 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h | |||
@@ -38,8 +38,6 @@ extern u32 pmtmr_ioport; | |||
38 | #endif | 38 | #endif |
39 | extern int nohpet; | 39 | extern int nohpet; |
40 | 40 | ||
41 | extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); | ||
42 | |||
43 | extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); | 41 | extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); |
44 | extern unsigned long numa_free_all_bootmem(void); | 42 | extern unsigned long numa_free_all_bootmem(void); |
45 | 43 | ||
@@ -49,16 +47,10 @@ extern void load_gs_index(unsigned gs); | |||
49 | 47 | ||
50 | extern unsigned long end_pfn_map; | 48 | extern unsigned long end_pfn_map; |
51 | 49 | ||
52 | extern void show_trace(struct task_struct *, struct pt_regs *, unsigned long * rsp); | ||
53 | extern void show_registers(struct pt_regs *regs); | ||
54 | |||
55 | extern void exception_table_check(void); | 50 | extern void exception_table_check(void); |
56 | 51 | ||
57 | extern void swap_low_mappings(void); | 52 | extern void swap_low_mappings(void); |
58 | 53 | ||
59 | extern void __show_regs(struct pt_regs * regs); | ||
60 | extern void show_regs(struct pt_regs * regs); | ||
61 | |||
62 | extern void syscall32_cpu_init(void); | 54 | extern void syscall32_cpu_init(void); |
63 | 55 | ||
64 | extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long end); | 56 | extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long end); |