diff options
Diffstat (limited to 'arch/mips/alchemy/xxs1500/board_setup.c')
-rw-r--r-- | arch/mips/alchemy/xxs1500/board_setup.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/alchemy/xxs1500/board_setup.c b/arch/mips/alchemy/xxs1500/board_setup.c index 47b42927607b..b43c918925d3 100644 --- a/arch/mips/alchemy/xxs1500/board_setup.c +++ b/arch/mips/alchemy/xxs1500/board_setup.c | |||
@@ -42,9 +42,11 @@ static void xxs1500_reset(char *c) | |||
42 | 42 | ||
43 | static void xxs1500_power_off(void) | 43 | static void xxs1500_power_off(void) |
44 | { | 44 | { |
45 | printk(KERN_ALERT "It's now safe to remove power\n"); | ||
46 | while (1) | 45 | while (1) |
47 | asm volatile (".set mips3 ; wait ; .set mips1"); | 46 | asm volatile ( |
47 | " .set mips32 \n" | ||
48 | " wait \n" | ||
49 | " .set mips0 \n"); | ||
48 | } | 50 | } |
49 | 51 | ||
50 | void __init board_setup(void) | 52 | void __init board_setup(void) |