aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2007-07-21 17:10:14 +0200
committerLinus Torvalds <[email protected]>2007-07-21 18:37:09 -0700
commitf40f31bfe104d50d4fceb760ec48d2effd0610aa (patch)
treee84c4a24bec1a1dd9302336725277f428f1346ad /include
parent7ff984785cf08e96bd46f7d9c7bf4d73f871599b (diff)
x86_64: Fix APIC typo
Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Chris Wright <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86_64/apic.h4
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);
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);