diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:30 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:30 -0400 |
commit | 276ec1a76ad204d47947894a914e10e798400ffb (patch) | |
tree | c23e8ea4160de7685486db9cb8ecd1b2cb028547 | |
parent | a01fd3baff5e2e744f9d1af0e5d3e6b6082e4dcf (diff) |
[PATCH] Remove some unneeded ACPI externs in mpparse.c
They are not used in this file so remove them. i386 didn't have them either.
Cc: len.brown@intel.com
Signed-off-by: Andi Kleen <ak@suse.de>
-rw-r--r-- | arch/x86_64/kernel/mpparse.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86_64/kernel/mpparse.c b/arch/x86_64/kernel/mpparse.c index 79423d1bfcac..0cc88f7f288b 100644 --- a/arch/x86_64/kernel/mpparse.c +++ b/arch/x86_64/kernel/mpparse.c | |||
@@ -70,15 +70,6 @@ unsigned disabled_cpus __initdata; | |||
70 | /* Bitmask of physically existing CPUs */ | 70 | /* Bitmask of physically existing CPUs */ |
71 | physid_mask_t phys_cpu_present_map = PHYSID_MASK_NONE; | 71 | physid_mask_t phys_cpu_present_map = PHYSID_MASK_NONE; |
72 | 72 | ||
73 | /* ACPI MADT entry parsing functions */ | ||
74 | #ifdef CONFIG_ACPI | ||
75 | extern struct acpi_boot_flags acpi_boot; | ||
76 | extern int acpi_parse_lapic (acpi_table_entry_header *header); | ||
77 | extern int acpi_parse_lapic_addr_ovr (acpi_table_entry_header *header); | ||
78 | extern int acpi_parse_lapic_nmi (acpi_table_entry_header *header); | ||
79 | extern int acpi_parse_ioapic (acpi_table_entry_header *header); | ||
80 | #endif /*CONFIG_ACPI*/ | ||
81 | |||
82 | u8 bios_cpu_apicid[NR_CPUS] = { [0 ... NR_CPUS-1] = BAD_APICID }; | 73 | u8 bios_cpu_apicid[NR_CPUS] = { [0 ... NR_CPUS-1] = BAD_APICID }; |
83 | 74 | ||
84 | 75 | ||