summaryrefslogtreecommitdiff
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorTom Rini <trini@kernel.crashing.org>2004-08-15 20:52:25 -0700
committerTom Rini <trini@kernel.crashing.org>2004-08-15 20:52:25 -0700
commitc7b0647574231ea84b9fc3ec119c908910b3bd79 (patch)
treecfeb309e02e6a91922c88edf58e8c117a7be5c20 /include/asm-ppc
parent3b4e8f1b13f6a64afa3bec03356612558a84d143 (diff)
ppc32: Fixup the OpenPIC code for older implementations.
Signed-off-by: Leigh Brown <leigh@solinno.co.uk> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/open_pic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/open_pic.h b/include/asm-ppc/open_pic.h
index 38d8edb1ba70..8841a5cc21a9 100644
--- a/include/asm-ppc/open_pic.h
+++ b/include/asm-ppc/open_pic.h
@@ -23,7 +23,7 @@
#define OPENPIC_VEC_TIMER 110 /* and up */
#define OPENPIC_VEC_IPI 118 /* and up */
-#define OPENPIC_VEC_SPURIOUS 127
+#define OPENPIC_VEC_SPURIOUS 239
/* OpenPIC IRQ controller structure */
extern struct hw_interrupt_type open_pic;