summaryrefslogtreecommitdiff
path: root/cpu/mpc824x/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc824x/interrupts.c')
-rw-r--r--cpu/mpc824x/interrupts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/mpc824x/interrupts.c b/cpu/mpc824x/interrupts.c
index 2011671724..12841b3079 100644
--- a/cpu/mpc824x/interrupts.c
+++ b/cpu/mpc824x/interrupts.c
@@ -92,6 +92,8 @@ int interrupt_init (void)
*/
epicInit (EPIC_DIRECT_IRQ, 0);
+ /* EPIC won't generate INT unless Current Task Pri < 15 */
+ epicCurTaskPrioSet(0);
set_dec (decrementer_count);