aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-highbank/system.c')
-rw-r--r--arch/arm/mach-highbank/system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/system.c b/arch/arm/mach-highbank/system.c
index 194a5bbb736..aed96ad9bd4 100644
--- a/arch/arm/mach-highbank/system.c
+++ b/arch/arm/mach-highbank/system.c
@@ -26,6 +26,7 @@ void highbank_restart(char mode, const char *cmd)
else
hignbank_set_pwr_soft_reset();
- cpu_do_idle();
+ while (1)
+ cpu_do_idle();
}