diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/m532xsim.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m532xsim.h b/arch/m68k/include/asm/m532xsim.h index 021a0e155270..36bf15aec9ae 100644 --- a/arch/m68k/include/asm/m532xsim.h +++ b/arch/m68k/include/asm/m532xsim.h | |||
@@ -66,6 +66,11 @@ | |||
66 | #define MCFSIM_ICR_TIMER1 (0xFC048040+32) | 66 | #define MCFSIM_ICR_TIMER1 (0xFC048040+32) |
67 | #define MCFSIM_ICR_TIMER2 (0xFC048040+33) | 67 | #define MCFSIM_ICR_TIMER2 (0xFC048040+33) |
68 | 68 | ||
69 | /* | ||
70 | * Define system peripheral IRQ usage. | ||
71 | */ | ||
72 | #define MCF_IRQ_TIMER (64 + 32) /* Timer0 */ | ||
73 | #define MCF_IRQ_PROFILER (64 + 33) /* Timer1 */ | ||
69 | 74 | ||
70 | /* | 75 | /* |
71 | * Define the Cache register flags. | 76 | * Define the Cache register flags. |