aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot_64.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 07:30:14 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:30:14 -0500
commit37e650c7c8a27de533d409b53c29f4135dcc7af6 (patch)
tree7cb7a2d5410288becf4d16770cdb92e763d7a89e /arch/x86/kernel/smpboot_64.c
parentcff90dbfe41f2c8eabe2d0a7e379829f4a9980af (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.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
466 */ 466 */
467 Dprintk("#startup loops: %d.\n", num_starts); 467 Dprintk("#startup loops: %d.\n", num_starts);
468 468
469 maxlvt = get_maxlvt(); 469 maxlvt = lapic_get_maxlvt();
470 470
471 for (j = 1; j <= num_starts; j++) { 471 for (j = 1; j <= num_starts; j++) {
472 Dprintk("Sending STARTUP #%d.\n",j); 472 Dprintk("Sending STARTUP #%d.\n",j);