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/alchemy/mtx-1 | |
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/alchemy/mtx-1')
-rw-r--r-- | arch/mips/alchemy/mtx-1/board_setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |