Skip to content

Commit

Permalink
x86: trivial clean up for irq_vectors.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed May 28, 2009
1 parent 98a9c8c commit eb2a6ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/x86/include/asm/irq_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@
#define CALL_FUNCTION_VECTOR 0xfc
#define CALL_FUNCTION_SINGLE_VECTOR 0xfb
#define THERMAL_APIC_VECTOR 0xfa

#define THRESHOLD_APIC_VECTOR 0xf9

#ifdef CONFIG_X86_32
/* 0xf9 : free */
/* 0xf8 : free */
#else
# define UV_BAU_MESSAGE 0xf8
#endif
Expand Down

0 comments on commit eb2a6ab

Please sign in to comment.