This belongs into userland.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 
 static void bosporus_power_off(void)
 {
-       printk(KERN_INFO "It's now safe to turn off power\n");
        while (1)
                asm volatile (".set mips3 ; wait ; .set mips0");
 }
 
 
 static void board_power_off(void)
 {
-       printk(KERN_ALERT "It's now safe to remove power\n");
        while (1)
                asm volatile (
                "       .set    mips32                                  \n"
 
 
 static void mtx1_power_off(void)
 {
-       printk(KERN_ALERT "It's now safe to remove power\n");
        while (1)
                asm volatile (
                "       .set    mips32                                  \n"
 
 
 static void xxs1500_power_off(void)
 {
-       printk(KERN_ALERT "It's now safe to remove power\n");
        while (1)
                asm volatile (
                "       .set    mips32                                  \n"
 
 
 static void markeins_machine_power_off(void)
 {
-       printk("EMMA2RH Mark-eins halted. Please turn off the power.\n");
        markeins_led("poweroff.");
        while (1) ;
 }