From d4932790ac5b36c0859780f0aab39c73c75b3df6 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 2 Nov 2000 04:15:18 +0000 Subject: Call panic instead of prom_printf. --- arch/mips/mm/loadmmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') 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."); } } -- cgit v1.2.3