diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:26:27 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:26:27 +0200 |
commit | d7674c4f5899712a262d4946ca6edaa947148f52 (patch) | |
tree | fa042ef21fde2ec74fe4f13dafecd4a91eeeccb5 /arch/mips/alchemy/xxs1500 | |
parent | MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts. (diff) | |
download | linux-d7674c4f5899712a262d4946ca6edaa947148f52.tar.xz linux-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 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) static void xxs1500_power_off(void) { - printk(KERN_ALERT "It's now safe to remove power\n"); while (1) asm volatile ( " .set mips32 \n" |