summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
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
}