diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:27 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:27 -0400 |
commit | d7674c4f5899712a262d4946ca6edaa947148f52 (patch) | |
tree | fa042ef21fde2ec74fe4f13dafecd4a91eeeccb5 /arch/mips | |
parent | 52a0f00b50ea360e3cf7e3281523c6a8aafc5761 (diff) |
MIPS: Ritually kill stupid printk.
This belongs into userland.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/alchemy/devboards/db1x00/board_setup.c | 1 | ||||
-rw-r--r-- | arch/mips/alchemy/devboards/pb1000/board_setup.c | 1 | ||||
-rw-r--r-- | arch/mips/alchemy/mtx-1/board_setup.c | 1 | ||||
-rw-r--r-- | arch/mips/alchemy/xxs1500/board_setup.c | 1 | ||||
-rw-r--r-- | arch/mips/emma/markeins/setup.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/alchemy/devboards/db1x00/board_setup.c b/arch/mips/alchemy/devboards/db1x00/board_setup.c index 50c9bef99daa..9e45971343ed 100644 --- a/arch/mips/alchemy/devboards/db1x00/board_setup.c +++ b/arch/mips/alchemy/devboards/db1x00/board_setup.c | |||
@@ -79,7 +79,6 @@ static struct au1000_eth_platform_data eth0_pdata = { | |||
79 | 79 | ||
80 | static void bosporus_power_off(void) | 80 | static void bosporus_power_off(void) |
81 | { | 81 | { |
82 | printk(KERN_INFO "It's now safe to turn off power\n"); | ||
83 | while (1) | 82 | while (1) |
84 | asm volatile (".set mips3 ; wait ; .set mips0"); | 83 | asm volatile (".set mips3 ; wait ; .set mips0"); |
85 | } | 84 | } |
diff --git a/arch/mips/alchemy/devboards/pb1000/board_setup.c b/arch/mips/alchemy/devboards/pb1000/board_setup.c index 46fdc8c9b99f..f6540ec47a64 100644 --- a/arch/mips/alchemy/devboards/pb1000/board_setup.c +++ b/arch/mips/alchemy/devboards/pb1000/board_setup.c | |||
@@ -47,7 +47,6 @@ static void board_reset(char *c) | |||
47 | 47 | ||
48 | static void board_power_off(void) | 48 | static void board_power_off(void) |
49 | { | 49 | { |
50 | printk(KERN_ALERT "It's now safe to remove power\n"); | ||
51 | while (1) | 50 | while (1) |
52 | asm volatile ( | 51 | asm volatile ( |
53 | " .set mips32 \n" | 52 | " .set mips32 \n" |
diff --git a/arch/mips/alchemy/mtx-1/board_setup.c b/arch/mips/alchemy/mtx-1/board_setup.c index ff3697387b89..6398fa95905c 100644 --- a/arch/mips/alchemy/mtx-1/board_setup.c +++ b/arch/mips/alchemy/mtx-1/board_setup.c | |||
@@ -60,7 +60,6 @@ static void mtx1_reset(char *c) | |||
60 | 60 | ||
61 | static void mtx1_power_off(void) | 61 | static void mtx1_power_off(void) |
62 | { | 62 | { |
63 | printk(KERN_ALERT "It's now safe to remove power\n"); | ||
64 | while (1) | 63 | while (1) |
65 | asm volatile ( | 64 | asm volatile ( |
66 | " .set mips32 \n" | 65 | " .set mips32 \n" |
diff --git a/arch/mips/alchemy/xxs1500/board_setup.c b/arch/mips/alchemy/xxs1500/board_setup.c index 7868aeab2453..b43c918925d3 100644 --- a/arch/mips/alchemy/xxs1500/board_setup.c +++ b/arch/mips/alchemy/xxs1500/board_setup.c | |||
@@ -42,7 +42,6 @@ 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 ( | 46 | asm volatile ( |
48 | " .set mips32 \n" | 47 | " .set mips32 \n" |
diff --git a/arch/mips/emma/markeins/setup.c b/arch/mips/emma/markeins/setup.c index 9b3f51e5f140..feceebcfff42 100644 --- a/arch/mips/emma/markeins/setup.c +++ b/arch/mips/emma/markeins/setup.c | |||
@@ -52,7 +52,6 @@ static void markeins_machine_halt(void) | |||
52 | 52 | ||
53 | static void markeins_machine_power_off(void) | 53 | static void markeins_machine_power_off(void) |
54 | { | 54 | { |
55 | printk("EMMA2RH Mark-eins halted. Please turn off the power.\n"); | ||
56 | markeins_led("poweroff."); | 55 | markeins_led("poweroff."); |
57 | while (1) ; | 56 | while (1) ; |
58 | } | 57 | } |