diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:14 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:14 -0500 |
commit | 37e650c7c8a27de533d409b53c29f4135dcc7af6 (patch) | |
tree | 7cb7a2d5410288becf4d16770cdb92e763d7a89e /arch/x86/kernel/io_apic_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/io_apic_64.c')
-rw-r--r-- | arch/x86/kernel/io_apic_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index 23a3ac06a23e..d4f5286101a9 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c | |||
@@ -1069,7 +1069,7 @@ void __apicdebuginit print_local_APIC(void * dummy) | |||
1069 | v = apic_read(APIC_LVR); | 1069 | v = apic_read(APIC_LVR); |
1070 | printk(KERN_INFO "... APIC VERSION: %08x\n", v); | 1070 | printk(KERN_INFO "... APIC VERSION: %08x\n", v); |
1071 | ver = GET_APIC_VERSION(v); | 1071 | ver = GET_APIC_VERSION(v); |
1072 | maxlvt = get_maxlvt(); | 1072 | maxlvt = lapic_get_maxlvt(); |
1073 | 1073 | ||
1074 | v = apic_read(APIC_TASKPRI); | 1074 | v = apic_read(APIC_TASKPRI); |
1075 | printk(KERN_DEBUG "... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK); | 1075 | printk(KERN_DEBUG "... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK); |