diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 13:30:14 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:14 +0100 |
commit | 37e650c7c8a27de533d409b53c29f4135dcc7af6 (patch) | |
tree | 7cb7a2d5410288becf4d16770cdb92e763d7a89e /arch/x86/kernel/smpboot_64.c | |
parent | cff90dbfe41f2c8eabe2d0a7e379829f4a9980af (diff) |
x86: rename get_maxlvt to lapic_get_maxlvt
Use the same name for the 32 and 64 bit variant.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r-- | arch/x86/kernel/smpboot_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index aaf4e129121..8147b7d4db6 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c @@ -466,7 +466,7 @@ static int __cpuinit wakeup_secondary_via_INIT(int phys_apicid, unsigned int sta */ Dprintk("#startup loops: %d.\n", num_starts); - maxlvt = get_maxlvt(); + maxlvt = lapic_get_maxlvt(); for (j = 1; j <= num_starts; j++) { Dprintk("Sending STARTUP #%d.\n",j); |