* [GIT PULL] x86/cleanups change for v3.16
@ 2014-06-03 13:14 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2014-06-03 13:14 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, H. Peter Anvin, Thomas Gleixner, Andrew Morton
Linus,
Please pull the latest x86-cleanups-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus
# HEAD: 79a51b25badae79d2da6f7b54530adf56697f669 x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definition
A single, trivial cleanup.
Thanks,
Ingo
------------------>
Prarit Bhargava (1):
x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definition
arch/x86/include/asm/hw_irq.h | 4 ++--
1 file 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);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-03 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 13:14 [GIT PULL] x86/cleanups change for v3.16 Ingo Molnar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.