diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/system.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-lpc32xx/include/mach/system.h b/arch/arm/mach-lpc32xx/include/mach/system.h index df3b0dea4d7b..d47f3b1c24b8 100644 --- a/arch/arm/mach-lpc32xx/include/mach/system.h +++ b/arch/arm/mach-lpc32xx/include/mach/system.h | |||
@@ -33,9 +33,6 @@ static inline void arch_reset(char mode, const char *cmd) | |||
33 | case 'h': | 33 | case 'h': |
34 | printk(KERN_CRIT "RESET: Rebooting system\n"); | 34 | printk(KERN_CRIT "RESET: Rebooting system\n"); |
35 | 35 | ||
36 | /* Disable interrupts */ | ||
37 | local_irq_disable(); | ||
38 | |||
39 | lpc32xx_watchdog_reset(); | 36 | lpc32xx_watchdog_reset(); |
40 | break; | 37 | break; |
41 | 38 | ||