summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2014-04-16 13:29:54 +0200
committerIngo Molnar <mingo@kernel.org>2014-04-16 13:29:54 +0200
commit820fca91d4b927420861eba9d30dbd4e9d3e3939 (patch)
tree45f3e4477615543ff0b247d9f209993d0168c6b3 /arch/x86
parente179f6914152eca9b338e7d8445684062f560c55 (diff)
parent79a51b25badae79d2da6f7b54530adf56697f669 (diff)
downloadop-kernel-dev-820fca91d4b927420861eba9d30dbd4e9d3e3939.zip
op-kernel-dev-820fca91d4b927420861eba9d30dbd4e9d3e3939.tar.gz
Merge branch 'x86/apic' into x86/irq, to consolidate branches.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/hw_irq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index a307b75..4615906 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -190,8 +190,8 @@ extern void (*__initconst interrupt[NR_VECTORS-FIRST_EXTERNAL_VECTOR])(void);
#define trace_interrupt interrupt
#endif
-#define VECTOR_UNDEFINED -1
-#define VECTOR_RETRIGGERED -2
+#define VECTOR_UNDEFINED (-1)
+#define VECTOR_RETRIGGERED (-2)
typedef int vector_irq_t[NR_VECTORS];
DECLARE_PER_CPU(vector_irq_t, vector_irq);
OpenPOWER on IntegriCloud