projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a9c8c
)
x86: trivial clean up for irq_vectors.h
author
Andi Kleen
<ak@linux.intel.com>
Tue, 28 Apr 2009 21:32:56 +0000
(23:32 +0200)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 28 May 2009 16:24:16 +0000
(09:24 -0700)
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>
arch/x86/include/asm/irq_vectors.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/irq_vectors.h
b/arch/x86/include/asm/irq_vectors.h
index 451e24d18050b579627e1dd07f651972141353a1..233006c4e3657f5fdd6bbe6c8768e1369efbdc39 100644
(file)
--- a/
arch/x86/include/asm/irq_vectors.h
+++ b/
arch/x86/include/asm/irq_vectors.h
@@
-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
-/* 0xf
9
: free */
+/* 0xf
8
: free */
#else
# define UV_BAU_MESSAGE 0xf8
#endif