summaryrefslogtreecommitdiff
path: root/kernel/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/panic.c')
-rw-r--r--kernel/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c
index 5281e7cce9f8..9661ad669363 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -94,7 +94,7 @@ NORET_TYPE void panic(const char * fmt, ...)
#if defined(CONFIG_ARCH_S390)
disabled_wait(caller);
#endif
- sti();
+ __sti();
for(;;) {
CHECK_EMERGENCY_SYNC
}