diff options
author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2014-01-21 22:44:23 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2014-02-03 14:03:59 +0000 |
commit | 3065839c7207f459e3b3b3fbb2a04abc5276a8e0 (patch) | |
tree | 5db3cea2ad125b0777a2039bc08b2953a4ccdd10 /target-cris/cpu.h | |
parent | d66433ffdced6537ab7e6c423a8f14091c51e3e2 (diff) |
cris: Add interrupt signals to the CPU device
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 4b9fc4cb45..1d7d80d3dc 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -42,6 +42,10 @@ /* CRIS-specific interrupt pending bits. */ #define CPU_INTERRUPT_NMI CPU_INTERRUPT_TGT_EXT_3 +/* CRUS CPU device objects interrupt lines. */ +#define CRIS_CPU_IRQ 0 +#define CRIS_CPU_NMI 1 + /* Register aliases. R0 - R15 */ #define R_FP 8 #define R_SP 14 |