|
@@ -100,7 +100,7 @@ void soft_restart(unsigned long addr)
|
|
u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack);
|
|
u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack);
|
|
|
|
|
|
/* Disable interrupts first */
|
|
/* Disable interrupts first */
|
|
- local_irq_disable();
|
|
|
|
|
|
+ raw_local_irq_disable();
|
|
local_fiq_disable();
|
|
local_fiq_disable();
|
|
|
|
|
|
/* Disable the L2 if we're the last man standing. */
|
|
/* Disable the L2 if we're the last man standing. */
|