MIPS: Ritually kill stupid printk.
[sfrench/cifs-2.6.git] / arch / mips / alchemy / xxs1500 / board_setup.c
index 47b42927607b2eb11d98a1cf8345515260538747..b43c918925d36406cd0903afb95f6c2d6abe546f 100644 (file)
@@ -42,9 +42,11 @@ static void xxs1500_reset(char *c)
 
 static void xxs1500_power_off(void)
 {
-       printk(KERN_ALERT "It's now safe to remove power\n");
        while (1)
-               asm volatile (".set mips3 ; wait ; .set mips1");
+               asm volatile (
+               "       .set    mips32                                  \n"
+               "       wait                                            \n"
+               "       .set    mips0                                   \n");
 }
 
 void __init board_setup(void)