]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/kernel/process.c
Merge branches 'fixes' and 'misc' into for-next
[karo-tx-linux.git] / arch / arm / kernel / process.c
index 204f7d2733193282f7eadcb20c47c26ae9e451b9..639bf32689dddaa6f54d2b7adbc1fcf2f8101502 100644 (file)
@@ -39,6 +39,7 @@
 #include <asm/processor.h>
 #include <asm/thread_notify.h>
 #include <asm/stacktrace.h>
+#include <asm/system_misc.h>
 #include <asm/mach/time.h>
 #include <asm/tls.h>
 
@@ -100,7 +101,7 @@ void soft_restart(unsigned long addr)
        u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack);
 
        /* Disable interrupts first */
-       local_irq_disable();
+       raw_local_irq_disable();
        local_fiq_disable();
 
        /* Disable the L2 if we're the last man standing. */