diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:26:27 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:26:27 +0100 |
commit | d7674c4f5899712a262d4946ca6edaa947148f52 (patch) | |
tree | fa042ef21fde2ec74fe4f13dafecd4a91eeeccb5 /arch/mips/alchemy/xxs1500 | |
parent | 52a0f00b50ea360e3cf7e3281523c6a8aafc5761 (diff) | |
download | kernel_samsung_smdk4412-d7674c4f5899712a262d4946ca6edaa947148f52.tar.gz kernel_samsung_smdk4412-d7674c4f5899712a262d4946ca6edaa947148f52.tar.bz2 kernel_samsung_smdk4412-d7674c4f5899712a262d4946ca6edaa947148f52.zip |
MIPS: Ritually kill stupid printk.
This belongs into userland.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/xxs1500')
-rw-r--r-- | arch/mips/alchemy/xxs1500/board_setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/alchemy/xxs1500/board_setup.c b/arch/mips/alchemy/xxs1500/board_setup.c index 7868aeab245..b43c918925d 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) static void xxs1500_power_off(void) { - printk(KERN_ALERT "It's now safe to remove power\n"); while (1) asm volatile ( " .set mips32 \n" |