summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
diff options
context:
space:
mode:
authorYinghai Lu2010-12-17 04:09:24 +0100
committerH. Peter Anvin2010-12-23 22:15:53 +0100
commit56d91f132c9be66e98cce1b1e77a28027048bb26 (patch)
tree4346a55e9aaa80c0a90a6fdd9d50954b3914e09f /arch/x86/kernel/apic/apic.c
parentx86: io_apic: Split setup_ioapic_ids_from_mpc() (diff)
downloadkernel-qcow2-linux-56d91f132c9be66e98cce1b1e77a28027048bb26.tar.gz
kernel-qcow2-linux-56d91f132c9be66e98cce1b1e77a28027048bb26.tar.xz
kernel-qcow2-linux-56d91f132c9be66e98cce1b1e77a28027048bb26.zip
x86, acpi: Add MAX_LOCAL_APIC for 32bit
We should use MAX_LOCAL_APIC for max apic ids and MAX_APICS as number of local apics. Also apic_version[] array should use MAX_LOCAL_APICs. Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <4D0AD464.2020408@kernel.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r--arch/x86/kernel/apic/apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 463839645f9b..0d5d07f2253e 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1707,7 +1707,7 @@ void __init init_apic_mappings(void)
* This initializes the IO-APIC and APIC hardware if this is
* a UP kernel.
*/
-int apic_version[MAX_APICS];
+int apic_version[MAX_LOCAL_APIC];
int __init APIC_init_uniprocessor(void)
{