summaryrefslogtreecommitdiff
path: root/arch/arm/mach-iop32x/include/mach/system.h
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-12-16 09:21:08 +0400
committerOlof Johansson <olof@lixom.net>2011-12-16 09:21:08 +0400
commit705eb64e2ed78c63b9e2b6002b029ce8710ff7cf (patch)
treee4ad7ad6ce919dcc59460b89dfe63e9d2ff9bc63 /arch/arm/mach-iop32x/include/mach/system.h
parentdc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 (diff)
parentf36217f3a5b5b945619192c033c2785007931e49 (diff)
downloadlinux-705eb64e2ed78c63b9e2b6002b029ce8710ff7cf.tar.xz
Merge branch 'musb' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into omap/musb
Diffstat (limited to 'arch/arm/mach-iop32x/include/mach/system.h')
-rw-r--r--arch/arm/mach-iop32x/include/mach/system.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-iop32x/include/mach/system.h b/arch/arm/mach-iop32x/include/mach/system.h
index a4b808fe0d81..b4f83e5973b2 100644
--- a/arch/arm/mach-iop32x/include/mach/system.h
+++ b/arch/arm/mach-iop32x/include/mach/system.h
@@ -18,8 +18,6 @@ static inline void arch_idle(void)
static inline void arch_reset(char mode, const char *cmd)
{
- local_irq_disable();
-
if (machine_is_n2100()) {
gpio_line_set(N2100_HARDWARE_RESET, GPIO_LOW);
gpio_line_config(N2100_HARDWARE_RESET, GPIO_OUT);
@@ -30,5 +28,5 @@ static inline void arch_reset(char mode, const char *cmd)
*IOP3XX_PCSR = 0x30;
/* Jump into ROM at address 0 */
- cpu_reset(0);
+ soft_restart(0);
}