Commit d7674c4f authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Ritually kill stupid printk.

This belongs into userland.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 52a0f00b
...@@ -79,7 +79,6 @@ static struct au1000_eth_platform_data eth0_pdata = { ...@@ -79,7 +79,6 @@ static struct au1000_eth_platform_data eth0_pdata = {
static void bosporus_power_off(void) static void bosporus_power_off(void)
{ {
printk(KERN_INFO "It's now safe to turn off power\n");
while (1) while (1)
asm volatile (".set mips3 ; wait ; .set mips0"); asm volatile (".set mips3 ; wait ; .set mips0");
} }
......
...@@ -47,7 +47,6 @@ static void board_reset(char *c) ...@@ -47,7 +47,6 @@ static void board_reset(char *c)
static void board_power_off(void) static void board_power_off(void)
{ {
printk(KERN_ALERT "It's now safe to remove power\n");
while (1) while (1)
asm volatile ( asm volatile (
" .set mips32 \n" " .set mips32 \n"
......
...@@ -60,7 +60,6 @@ static void mtx1_reset(char *c) ...@@ -60,7 +60,6 @@ static void mtx1_reset(char *c)
static void mtx1_power_off(void) static void mtx1_power_off(void)
{ {
printk(KERN_ALERT "It's now safe to remove power\n");
while (1) while (1)
asm volatile ( asm volatile (
" .set mips32 \n" " .set mips32 \n"
......
...@@ -42,7 +42,6 @@ static void xxs1500_reset(char *c) ...@@ -42,7 +42,6 @@ static void xxs1500_reset(char *c)
static void xxs1500_power_off(void) static void xxs1500_power_off(void)
{ {
printk(KERN_ALERT "It's now safe to remove power\n");
while (1) while (1)
asm volatile ( asm volatile (
" .set mips32 \n" " .set mips32 \n"
......
...@@ -52,7 +52,6 @@ static void markeins_machine_halt(void) ...@@ -52,7 +52,6 @@ static void markeins_machine_halt(void)
static void markeins_machine_power_off(void) static void markeins_machine_power_off(void)
{ {
printk("EMMA2RH Mark-eins halted. Please turn off the power.\n");
markeins_led("poweroff."); markeins_led("poweroff.");
while (1) ; while (1) ;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment