aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:14 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:14 +0100
commit37e650c7c8a27de533d409b53c29f4135dcc7af6 (patch)
tree7cb7a2d5410288becf4d16770cdb92e763d7a89e /include
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 'include')
-rw-r--r--include/asm-x86/apic_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/apic_64.h b/include/asm-x86/apic_64.h
index 9a0ec02a49a..b5f850f2511 100644
--- a/include/asm-x86/apic_64.h
+++ b/include/asm-x86/apic_64.h
@@ -64,7 +64,7 @@ static inline void ack_APIC_irq(void)
apic_write(APIC_EOI, 0);
}
-extern int get_maxlvt(void);
+extern int lapic_get_maxlvt(void);
extern void clear_local_APIC(void);
extern void connect_bsp_APIC(void);
extern void disconnect_bsp_APIC(int virt_wire_setup);