MIPS: Ritually kill stupid printk.

This belongs into userland.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2010-08-05 13:26:27 +01:00
parent 52a0f00b50
commit d7674c4f58
5 changed files with 0 additions and 5 deletions

View File

@@ -60,7 +60,6 @@ static void mtx1_reset(char *c)
static void mtx1_power_off(void)
{
printk(KERN_ALERT "It's now safe to remove power\n");
while (1)
asm volatile (
" .set mips32 \n"