summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/loadmmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mm/loadmmu.c')
-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.");
}
}