summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot_64.c
diff options
context:
space:
mode:
authorThomas Gleixner2008-01-30 13:30:14 +0100
committerIngo Molnar2008-01-30 13:30:14 +0100
commit37e650c7c8a27de533d409b53c29f4135dcc7af6 (patch)
tree7cb7a2d5410288becf4d16770cdb92e763d7a89e /arch/x86/kernel/smpboot_64.c
parentx86: prepare unification of include/asm-x86/apic_32/64.h (diff)
downloadkernel-qcow2-linux-37e650c7c8a27de533d409b53c29f4135dcc7af6.tar.gz
kernel-qcow2-linux-37e650c7c8a27de533d409b53c29f4135dcc7af6.tar.xz
kernel-qcow2-linux-37e650c7c8a27de533d409b53c29f4135dcc7af6.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c
index aaf4e1291217..8147b7d4db63 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);