diff options
Diffstat (limited to 'arch/arm/mach-highbank/system.c')
| -rw-r--r-- | arch/arm/mach-highbank/system.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-highbank/system.c b/arch/arm/mach-highbank/system.c index 82c27230d4a9..37d8384dcf19 100644 --- a/arch/arm/mach-highbank/system.c +++ b/arch/arm/mach-highbank/system.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | * this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
| 17 | #include <asm/smp_scu.h> | ||
| 18 | #include <asm/proc-fns.h> | 17 | #include <asm/proc-fns.h> |
| 19 | 18 | ||
| 20 | #include "core.h" | 19 | #include "core.h" |
| @@ -23,11 +22,11 @@ | |||
| 23 | void highbank_restart(char mode, const char *cmd) | 22 | void highbank_restart(char mode, const char *cmd) |
| 24 | { | 23 | { |
| 25 | if (mode == 'h') | 24 | if (mode == 'h') |
| 26 | hignbank_set_pwr_hard_reset(); | 25 | highbank_set_pwr_hard_reset(); |
| 27 | else | 26 | else |
| 28 | hignbank_set_pwr_soft_reset(); | 27 | highbank_set_pwr_soft_reset(); |
| 29 | 28 | ||
| 30 | scu_power_mode(scu_base_addr, SCU_PM_POWEROFF); | 29 | while (1) |
| 31 | cpu_do_idle(); | 30 | cpu_do_idle(); |
| 32 | } | 31 | } |
| 33 | 32 | ||
