From 9afd20bdb089714c423b21367f6036c4d0e9ffe3 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:02:18 +0200 Subject: svn_rev_693 remove do_reset --- lib/vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vsprintf.c') diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 5e320f5248..77fb2a450a 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -375,6 +375,6 @@ void panic(const char *fmt, ...) hang(); #else udelay(100000); /* allow messages to go out */ - do_reset(); + reset_cpu(0); #endif } -- cgit v1.2.3