diff options
Diffstat (limited to 'arch/mips/netlogic/common/irq.c')
-rw-r--r-- | arch/mips/netlogic/common/irq.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/netlogic/common/irq.c b/arch/mips/netlogic/common/irq.c index dd0dd626cc8f..49a4f6cf71e5 100644 --- a/arch/mips/netlogic/common/irq.c +++ b/arch/mips/netlogic/common/irq.c | |||
@@ -53,8 +53,16 @@ | |||
53 | #include <asm/netlogic/haldefs.h> | 53 | #include <asm/netlogic/haldefs.h> |
54 | #include <asm/netlogic/common.h> | 54 | #include <asm/netlogic/common.h> |
55 | 55 | ||
56 | #if defined(CONFIG_CPU_XLP) | ||
57 | #include <asm/netlogic/xlp-hal/iomap.h> | ||
58 | #include <asm/netlogic/xlp-hal/xlp.h> | ||
59 | #include <asm/netlogic/xlp-hal/pic.h> | ||
60 | #elif defined(CONFIG_CPU_XLR) | ||
56 | #include <asm/netlogic/xlr/iomap.h> | 61 | #include <asm/netlogic/xlr/iomap.h> |
57 | #include <asm/netlogic/xlr/pic.h> | 62 | #include <asm/netlogic/xlr/pic.h> |
63 | #else | ||
64 | #error "Unknown CPU" | ||
65 | #endif | ||
58 | /* | 66 | /* |
59 | * These are the routines that handle all the low level interrupt stuff. | 67 | * These are the routines that handle all the low level interrupt stuff. |
60 | * Actions handled here are: initialization of the interrupt map, requesting of | 68 | * Actions handled here are: initialization of the interrupt map, requesting of |