mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
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>
This commit is contained in:
parent
98a9c8c3ba
commit
eb2a6ab729
1 changed files with 1 additions and 2 deletions
|
@ -86,11 +86,10 @@
|
||||||
#define CALL_FUNCTION_VECTOR 0xfc
|
#define CALL_FUNCTION_VECTOR 0xfc
|
||||||
#define CALL_FUNCTION_SINGLE_VECTOR 0xfb
|
#define CALL_FUNCTION_SINGLE_VECTOR 0xfb
|
||||||
#define THERMAL_APIC_VECTOR 0xfa
|
#define THERMAL_APIC_VECTOR 0xfa
|
||||||
|
|
||||||
#define THRESHOLD_APIC_VECTOR 0xf9
|
#define THRESHOLD_APIC_VECTOR 0xf9
|
||||||
|
|
||||||
#ifdef CONFIG_X86_32
|
#ifdef CONFIG_X86_32
|
||||||
/* 0xf9 : free */
|
/* 0xf8 : free */
|
||||||
#else
|
#else
|
||||||
# define UV_BAU_MESSAGE 0xf8
|
# define UV_BAU_MESSAGE 0xf8
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue