diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/apic.h | 4 | ||||
-rw-r--r-- | include/asm-x86_64/e820.h | 3 | ||||
-rw-r--r-- | include/asm-x86_64/pgtable.h | 1 | ||||
-rw-r--r-- | include/asm-x86_64/proto.h | 10 |
4 files changed, 2 insertions, 16 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index 8ed0f4d67b8d..29ee735278f2 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h | |||
@@ -17,6 +17,7 @@ | |||
17 | 17 | ||
18 | extern int apic_verbosity; | 18 | extern int apic_verbosity; |
19 | extern int apic_runs_main_timer; | 19 | extern int apic_runs_main_timer; |
20 | extern int ioapic_force; | ||
20 | 21 | ||
21 | /* | 22 | /* |
22 | * Define the default level of output to be very little | 23 | * Define the default level of output to be very little |
@@ -93,9 +94,6 @@ extern void setup_APIC_extened_lvt(unsigned char lvt_off, unsigned char vector, | |||
93 | #define K8_APIC_EXT_INT_MSG_EXT 0x7 | 94 | #define K8_APIC_EXT_INT_MSG_EXT 0x7 |
94 | #define K8_APIC_EXT_LVT_ENTRY_THRESHOLD 0 | 95 | #define K8_APIC_EXT_LVT_ENTRY_THRESHOLD 0 |
95 | 96 | ||
96 | extern int disable_timer_pin_1; | ||
97 | |||
98 | |||
99 | void smp_send_timer_broadcast_ipi(void); | 97 | void smp_send_timer_broadcast_ipi(void); |
100 | void switch_APIC_timer_to_ipi(void *cpumask); | 98 | void switch_APIC_timer_to_ipi(void *cpumask); |
101 | void switch_ipi_to_APIC_timer(void *cpumask); | 99 | void switch_ipi_to_APIC_timer(void *cpumask); |
diff --git a/include/asm-x86_64/e820.h b/include/asm-x86_64/e820.h index 670a3388e70a..dba012151856 100644 --- a/include/asm-x86_64/e820.h +++ b/include/asm-x86_64/e820.h | |||
@@ -55,8 +55,7 @@ extern void e820_setup_gap(void); | |||
55 | extern unsigned long e820_hole_size(unsigned long start_pfn, | 55 | extern unsigned long e820_hole_size(unsigned long start_pfn, |
56 | unsigned long end_pfn); | 56 | unsigned long end_pfn); |
57 | 57 | ||
58 | extern void __init parse_memopt(char *p, char **end); | 58 | extern void finish_e820_parsing(void); |
59 | extern void __init parse_memmapopt(char *p, char **end); | ||
60 | 59 | ||
61 | extern struct e820map e820; | 60 | extern struct e820map e820; |
62 | 61 | ||
diff --git a/include/asm-x86_64/pgtable.h b/include/asm-x86_64/pgtable.h index 0c1e2422400a..d79e7441b513 100644 --- a/include/asm-x86_64/pgtable.h +++ b/include/asm-x86_64/pgtable.h | |||
@@ -21,7 +21,6 @@ extern unsigned long __supported_pte_mask; | |||
21 | 21 | ||
22 | #define swapper_pg_dir init_level4_pgt | 22 | #define swapper_pg_dir init_level4_pgt |
23 | 23 | ||
24 | extern int nonx_setup(char *str); | ||
25 | extern void paging_init(void); | 24 | extern void paging_init(void); |
26 | extern void clear_kernel_mapping(unsigned long addr, unsigned long size); | 25 | extern void clear_kernel_mapping(unsigned long addr, unsigned long size); |
27 | 26 | ||
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 58fec91318e4..151826f8ce69 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -53,9 +53,6 @@ extern int nohpet; | |||
53 | extern unsigned long vxtime_hz; | 53 | extern unsigned long vxtime_hz; |
54 | extern void time_init_gtod(void); | 54 | extern void time_init_gtod(void); |
55 | 55 | ||
56 | extern int numa_setup(char *opt); | ||
57 | |||
58 | extern int setup_early_printk(char *); | ||
59 | extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); | 56 | extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); |
60 | 57 | ||
61 | extern void early_identify_cpu(struct cpuinfo_x86 *c); | 58 | extern void early_identify_cpu(struct cpuinfo_x86 *c); |
@@ -104,13 +101,7 @@ extern void select_idle_routine(const struct cpuinfo_x86 *c); | |||
104 | extern unsigned long table_start, table_end; | 101 | extern unsigned long table_start, table_end; |
105 | 102 | ||
106 | extern int exception_trace; | 103 | extern int exception_trace; |
107 | extern int using_apic_timer; | ||
108 | extern int disable_apic; | ||
109 | extern unsigned cpu_khz; | 104 | extern unsigned cpu_khz; |
110 | extern int ioapic_force; | ||
111 | extern int skip_ioapic_setup; | ||
112 | extern int acpi_ht; | ||
113 | extern int acpi_disabled; | ||
114 | 105 | ||
115 | extern void no_iommu_init(void); | 106 | extern void no_iommu_init(void); |
116 | extern int force_iommu, no_iommu; | 107 | extern int force_iommu, no_iommu; |
@@ -132,7 +123,6 @@ extern int fix_aperture; | |||
132 | 123 | ||
133 | extern int reboot_force; | 124 | extern int reboot_force; |
134 | extern int notsc_setup(char *); | 125 | extern int notsc_setup(char *); |
135 | extern int setup_additional_cpus(char *); | ||
136 | 126 | ||
137 | extern void smp_local_timer_interrupt(struct pt_regs * regs); | 127 | extern void smp_local_timer_interrupt(struct pt_regs * regs); |
138 | 128 | ||