aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/sibyte/sb1250_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/sibyte/sb1250_int.h')
-rw-r--r--include/asm-mips/sibyte/sb1250_int.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/sibyte/sb1250_int.h b/include/asm-mips/sibyte/sb1250_int.h
index e173e2ea4c98..f631fe05a44c 100644
--- a/include/asm-mips/sibyte/sb1250_int.h
+++ b/include/asm-mips/sibyte/sb1250_int.h
@@ -47,6 +47,10 @@
47 * First, the interrupt numbers. 47 * First, the interrupt numbers.
48 */ 48 */
49 49
50#if SIBYTE_HDR_FEATURE_1250_112x
51
52#define K_INT_SOURCES 64
53
50#define K_INT_WATCHDOG_TIMER_0 0 54#define K_INT_WATCHDOG_TIMER_0 0
51#define K_INT_WATCHDOG_TIMER_1 1 55#define K_INT_WATCHDOG_TIMER_1 1
52#define K_INT_TIMER_0 2 56#define K_INT_TIMER_0 2
@@ -244,4 +248,6 @@
244#define M_LDTVECT_RAISEMBOX 0x40 248#define M_LDTVECT_RAISEMBOX 0x40
245 249
246 250
251#endif /* 1250/112x */
252
247#endif 253#endif