]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-u300/include/mach/system.h
ARM: restart: remove local_irq_disable() from within arch_reset()
[karo-tx-linux.git] / arch / arm / mach-u300 / include / mach / system.h
index 8daf13634ce030420e75a7b107b5af3471197877..6b6fef7a438cde5bd1fa46084169167bb8b2031c 100644 (file)
@@ -27,8 +27,6 @@ static void arch_reset(char mode, const char *cmd)
        case 's':
        case 'h':
                printk(KERN_CRIT "RESET: shutting down/rebooting system\n");
-               /* Disable interrupts */
-               local_irq_disable();
 #ifdef CONFIG_COH901327_WATCHDOG
                coh901327_watchdog_reset();
 #endif