diff options
Diffstat (limited to 'include/asm-x86_64/proto.h')
-rw-r--r-- | include/asm-x86_64/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 6c813eb521f3..dbb37b0adb43 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -8,7 +8,6 @@ | |||
8 | struct cpuinfo_x86; | 8 | struct cpuinfo_x86; |
9 | struct pt_regs; | 9 | struct pt_regs; |
10 | 10 | ||
11 | extern void get_cpu_vendor(struct cpuinfo_x86*); | ||
12 | extern void start_kernel(void); | 11 | extern void start_kernel(void); |
13 | extern void pda_init(int); | 12 | extern void pda_init(int); |
14 | 13 | ||
@@ -75,9 +74,6 @@ extern void acpi_reserve_bootmem(void); | |||
75 | 74 | ||
76 | extern void swap_low_mappings(void); | 75 | extern void swap_low_mappings(void); |
77 | 76 | ||
78 | extern void oops_begin(void); | ||
79 | extern void die(const char *,struct pt_regs *,long); | ||
80 | extern void __die(const char * str, struct pt_regs * regs, long err); | ||
81 | extern void __show_regs(struct pt_regs * regs); | 77 | extern void __show_regs(struct pt_regs * regs); |
82 | extern void show_regs(struct pt_regs * regs); | 78 | extern void show_regs(struct pt_regs * regs); |
83 | 79 | ||
@@ -94,8 +90,6 @@ extern int unhandled_signal(struct task_struct *tsk, int sig); | |||
94 | extern void select_idle_routine(const struct cpuinfo_x86 *c); | 90 | extern void select_idle_routine(const struct cpuinfo_x86 *c); |
95 | extern void swiotlb_init(void); | 91 | extern void swiotlb_init(void); |
96 | 92 | ||
97 | extern unsigned long max_mapnr; | ||
98 | extern unsigned long end_pfn; | ||
99 | extern unsigned long table_start, table_end; | 93 | extern unsigned long table_start, table_end; |
100 | 94 | ||
101 | extern int exception_trace; | 95 | extern int exception_trace; |