diff options
Diffstat (limited to 'arch/arm/kernel/process.c')
-rw-r--r-- | arch/arm/kernel/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c index 806d287e3e53..81ef686a91ca 100644 --- a/arch/arm/kernel/process.c +++ b/arch/arm/kernel/process.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <asm/processor.h> | 38 | #include <asm/processor.h> |
39 | #include <asm/thread_notify.h> | 39 | #include <asm/thread_notify.h> |
40 | #include <asm/stacktrace.h> | 40 | #include <asm/stacktrace.h> |
41 | #include <asm/system_misc.h> | ||
41 | #include <asm/mach/time.h> | 42 | #include <asm/mach/time.h> |
42 | #include <asm/tls.h> | 43 | #include <asm/tls.h> |
43 | 44 | ||
@@ -99,7 +100,7 @@ void soft_restart(unsigned long addr) | |||
99 | u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); | 100 | u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); |
100 | 101 | ||
101 | /* Disable interrupts first */ | 102 | /* Disable interrupts first */ |
102 | local_irq_disable(); | 103 | raw_local_irq_disable(); |
103 | local_fiq_disable(); | 104 | local_fiq_disable(); |
104 | 105 | ||
105 | /* Disable the L2 if we're the last man standing. */ | 106 | /* Disable the L2 if we're the last man standing. */ |