aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_64.c
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2008-08-18 20:45:49 +0400
committerIngo Molnar <mingo@elte.hu>2008-08-19 02:07:12 +0200
commitb6c8051311e1a14d229df05ea39d0a1b2ce90cdd (patch)
treebbf35f7b2b0f3e80c36150f13da48a45fd553716 /arch/x86/kernel/apic_64.c
parentx86: apic - unify lapic_resume - fix (diff)
downloadlinux-dev-b6c8051311e1a14d229df05ea39d0a1b2ce90cdd.tar.xz
linux-dev-b6c8051311e1a14d229df05ea39d0a1b2ce90cdd.zip
x86: apic - rearrange maxcpu definition
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic_64.c')
-rw-r--r--arch/x86/kernel/apic_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c
index ad532dccd11e..46acb9b47ae7 100644
--- a/arch/x86/kernel/apic_64.c
+++ b/arch/x86/kernel/apic_64.c
@@ -98,10 +98,10 @@ static struct clock_event_device lapic_clockevent = {
static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
static unsigned long apic_phys;
+unsigned int __cpuinitdata maxcpus = NR_CPUS;
unsigned long mp_lapic_addr;
-unsigned int __cpuinitdata maxcpus = NR_CPUS;
/*
* Get the LAPIC version
*/