diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-07-21 11:10:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:09 -0400 |
commit | f40f31bfe104d50d4fceb760ec48d2effd0610aa (patch) | |
tree | e84c4a24bec1a1dd9302336725277f428f1346ad /include | |
parent | 7ff984785cf08e96bd46f7d9c7bf4d73f871599b (diff) |
x86_64: Fix APIC typo
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/apic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index 4c2d84dd4f2b..85125ef3c414 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h | |||
@@ -83,8 +83,8 @@ extern void disable_APIC_timer(void); | |||
83 | extern void enable_APIC_timer(void); | 83 | extern void enable_APIC_timer(void); |
84 | extern void setup_apic_routing(void); | 84 | extern void setup_apic_routing(void); |
85 | 85 | ||
86 | extern void setup_APIC_extened_lvt(unsigned char lvt_off, unsigned char vector, | 86 | extern void setup_APIC_extended_lvt(unsigned char lvt_off, unsigned char vector, |
87 | unsigned char msg_type, unsigned char mask); | 87 | unsigned char msg_type, unsigned char mask); |
88 | 88 | ||
89 | extern int apic_is_clustered_box(void); | 89 | extern int apic_is_clustered_box(void); |
90 | 90 | ||