diff options
author | Andi Kleen <ak@linux.intel.com> | 2009-04-28 17:32:56 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 12:24:16 -0400 |
commit | eb2a6ab729ac40a553797703a5a5dba3a74de004 (patch) | |
tree | b68acfd9d349787779fa10216b6ae6d9e298d179 /arch | |
parent | 98a9c8c3ba13dfc3df8e6d2a126d2fa4e4621e9c (diff) |
x86: trivial clean up for irq_vectors.h
Fix a wrong comment.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/irq_vectors.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h index 451e24d18050..233006c4e365 100644 --- a/arch/x86/include/asm/irq_vectors.h +++ b/arch/x86/include/asm/irq_vectors.h | |||
@@ -86,11 +86,10 @@ | |||
86 | #define CALL_FUNCTION_VECTOR 0xfc | 86 | #define CALL_FUNCTION_VECTOR 0xfc |
87 | #define CALL_FUNCTION_SINGLE_VECTOR 0xfb | 87 | #define CALL_FUNCTION_SINGLE_VECTOR 0xfb |
88 | #define THERMAL_APIC_VECTOR 0xfa | 88 | #define THERMAL_APIC_VECTOR 0xfa |
89 | |||
90 | #define THRESHOLD_APIC_VECTOR 0xf9 | 89 | #define THRESHOLD_APIC_VECTOR 0xf9 |
91 | 90 | ||
92 | #ifdef CONFIG_X86_32 | 91 | #ifdef CONFIG_X86_32 |
93 | /* 0xf9 : free */ | 92 | /* 0xf8 : free */ |
94 | #else | 93 | #else |
95 | # define UV_BAU_MESSAGE 0xf8 | 94 | # define UV_BAU_MESSAGE 0xf8 |
96 | #endif | 95 | #endif |