aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/acpi/boot.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-08-05 03:33:14 -0400
committerLen Brown <len.brown@intel.com>2005-08-05 03:52:45 -0400
commit1f3a730117ceda2a7c917d687921fe3c82283968 (patch)
tree5ba751c572a79f44f12e45ab1ea759d2091b1f40 /arch/i386/kernel/acpi/boot.c
parentc202ac9fbdb64145f034be266d6ee88c98b40aa8 (diff)
[ACPI] Lindent created a syntax error that broke the build
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/i386/kernel/acpi/boot.c')
-rw-r--r--arch/i386/kernel/acpi/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c
index 98d119c66379..09700d894668 100644
--- a/arch/i386/kernel/acpi/boot.c
+++ b/arch/i386/kernel/acpi/boot.c
@@ -94,7 +94,7 @@ static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
94 94
95#define MAX_MADT_ENTRIES 256 95#define MAX_MADT_ENTRIES 256
96u8 x86_acpiid_to_apicid[MAX_MADT_ENTRIES] = 96u8 x86_acpiid_to_apicid[MAX_MADT_ENTRIES] =
97 {[0...MAX_MADT_ENTRIES - 1] = 0xff }; 97 {[0 ... MAX_MADT_ENTRIES - 1] = 0xff };
98EXPORT_SYMBOL(x86_acpiid_to_apicid); 98EXPORT_SYMBOL(x86_acpiid_to_apicid);
99 99
100/* -------------------------------------------------------------------------- 100/* --------------------------------------------------------------------------