summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@mvista.com>2005-03-04 17:30:37 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-04 17:30:37 -0800
commite70a4fa1d5cda62644a30b145f23fe4638cab2c4 (patch)
tree170881e6002d20e006a1d3132dd8121a89c94597 /include
parentb0a09f0c37e5f04ffeb725ae2f3c4bbd0f1447f9 (diff)
[PATCH] ppc32: mv64360_pic non-zero irq base
Add support for non-zero irq base to mv64360_pic code. - Fix mv64360 pic code to handle non-zero mv64x60_irq_base - Cleanup mv64360 entries in /proc/interrupts Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/mv64x60_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/mv64x60_defs.h b/include/asm-ppc/mv64x60_defs.h
index 71d9655ae0c8..9f0a63e55a8d 100644
--- a/include/asm-ppc/mv64x60_defs.h
+++ b/include/asm-ppc/mv64x60_defs.h
@@ -45,6 +45,7 @@
#define MV64x60_IRQ_TIMER_2_3 9
#define MV64x60_IRQ_TIMER_4_5 10
#define MV64x60_IRQ_TIMER_6_7 11
+#define MV64x60_IRQ_DOORBELL 28
#define MV64x60_IRQ_ETH_0 32
#define MV64x60_IRQ_ETH_1 33
#define MV64x60_IRQ_ETH_2 34