diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-02-16 04:27:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-16 11:13:58 -0500 |
commit | e05d723f98595b2f4d368f63636a997d98703304 (patch) | |
tree | 53642dafc66ff9b61d2162b879860b6a038ce4ba /include/asm-i386 | |
parent | d66bea57e779cd592657cca6e61345ae899b78d9 (diff) |
[PATCH] i386, apic: clean up the APIC code
The apic code is quite unstructured and missing a lot of comments.
- Restructure the code into helper functions, timer, setup/shutdown,
interrupt and power management blocks.
- Fixup comments.
- Namespace fixups
- Inline helpers for version and is_integrated
- Combine the ack_bad_irq functions
No functional changes.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Zachary Amsden <zach@vmware.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Rohit Seth <rohitseth@google.com>
Cc: Andi Kleen <ak@suse.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/apic.h b/include/asm-i386/apic.h index 3a61206fd108..ccf64fa7b935 100644 --- a/include/asm-i386/apic.h +++ b/include/asm-i386/apic.h | |||
@@ -97,7 +97,7 @@ static inline void ack_APIC_irq(void) | |||
97 | 97 | ||
98 | extern void (*wait_timer_tick)(void); | 98 | extern void (*wait_timer_tick)(void); |
99 | 99 | ||
100 | extern int get_maxlvt(void); | 100 | extern int lapic_get_maxlvt(void); |
101 | extern void clear_local_APIC(void); | 101 | extern void clear_local_APIC(void); |
102 | extern void connect_bsp_APIC (void); | 102 | extern void connect_bsp_APIC (void); |
103 | extern void disconnect_bsp_APIC (int virt_wire_setup); | 103 | extern void disconnect_bsp_APIC (int virt_wire_setup); |