diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-02 04:15:18 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-02 04:15:18 +0000 |
commit | d4932790ac5b36c0859780f0aab39c73c75b3df6 (patch) | |
tree | 51d04bbd6857415dd4c4319ca7475f07bf7fbcd0 /arch/mips/mm | |
parent | 4f354be0cff560c478947588f2ba791efcad7591 (diff) |
Call panic instead of prom_printf.
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/loadmmu.c | 2 |
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."); } } |