vserver 1.9.5.x5
[linux-2.6.git] / arch / ppc / platforms / 4xx / ibm405ep.c
index fb48e82..6d44567 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <asm/ibm4xx.h>
 #include <asm/ocp.h>
+#include <asm/ppc4xx_pic.h>
 
 #include <platforms/4xx/ibm405ep.h>
 
@@ -132,3 +133,11 @@ struct ocp_def core_ocp[] = {
        { .vendor       = OCP_VENDOR_INVALID
        }
 };
+
+/* Polarity and triggering settings for internal interrupt sources */
+struct ppc4xx_uic_settings ppc4xx_core_uic_cfg[] __initdata = {
+       { .polarity     = 0xffff7f80,
+         .triggering   = 0x00000000,
+         .ext_irq_mask = 0x0000007f,   /* IRQ0 - IRQ6 */
+       }
+};