summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-02 04:15:18 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-02 04:15:18 +0000
commitd4932790ac5b36c0859780f0aab39c73c75b3df6 (patch)
tree51d04bbd6857415dd4c4319ca7475f07bf7fbcd0 /arch/mips
parent4f354be0cff560c478947588f2ba791efcad7591 (diff)
Call panic instead of prom_printf.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/mm/loadmmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/loadmmu.c b/arch/mips/mm/loadmmu.c
index 9ef7dcfcd..748b9945f 100644
--- a/arch/mips/mm/loadmmu.c
+++ b/arch/mips/mm/loadmmu.c
@@ -100,6 +100,6 @@ void __init loadmmu(void)
#endif
default:
- prom_printf("Yeee, unsupported mmu/cache architecture.");
+ panic("Yeee, unsupported mmu/cache architecture.");
}
}