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 /include/asm-x86 | |
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 'include/asm-x86')
-rw-r--r-- | include/asm-x86/apic_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/apic_64.h b/include/asm-x86/apic_64.h index 9a0ec02a49a1..b5f850f25114 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) | |||
64 | apic_write(APIC_EOI, 0); | 64 | apic_write(APIC_EOI, 0); |
65 | } | 65 | } |
66 | 66 | ||
67 | extern int get_maxlvt(void); | 67 | extern int lapic_get_maxlvt(void); |
68 | extern void clear_local_APIC(void); | 68 | extern void clear_local_APIC(void); |
69 | extern void connect_bsp_APIC(void); | 69 | extern void connect_bsp_APIC(void); |
70 | extern void disconnect_bsp_APIC(int virt_wire_setup); | 70 | extern void disconnect_bsp_APIC(int virt_wire_setup); |