diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-07-21 17:10:14 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 18:37:09 -0700 |
commit | f40f31bfe104d50d4fceb760ec48d2effd0610aa (patch) | |
tree | e84c4a24bec1a1dd9302336725277f428f1346ad /include/asm-x86_64 | |
parent | 7ff984785cf08e96bd46f7d9c7bf4d73f871599b (diff) | |
download | kernel-crypto-f40f31bfe104d50d4fceb760ec48d2effd0610aa.tar.gz kernel-crypto-f40f31bfe104d50d4fceb760ec48d2effd0610aa.tar.xz kernel-crypto-f40f31bfe104d50d4fceb760ec48d2effd0610aa.zip |
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/asm-x86_64')
-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 4c2d84dd4f2..85125ef3c41 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); extern void enable_APIC_timer(void); extern void setup_apic_routing(void); -extern void setup_APIC_extened_lvt(unsigned char lvt_off, unsigned char vector, - unsigned char msg_type, unsigned char mask); +extern void setup_APIC_extended_lvt(unsigned char lvt_off, unsigned char vector, + unsigned char msg_type, unsigned char mask); extern int apic_is_clustered_box(void); |