diff --git a/source/arm11/hardware/interrupt.c b/source/arm11/hardware/interrupt.c index a55a2a6..b933cd4 100644 --- a/source/arm11/hardware/interrupt.c +++ b/source/arm11/hardware/interrupt.c @@ -34,7 +34,7 @@ if(!__getCpuId()) // Core 0 { - REG_CFG11_FIQ_CNT = 1; // Disable FIQs. + REG_CFG11_FIQ_CNT = 2; // Disable FIQs. REG_GID_CNT = 0; // Disable the global interrupt distributor.