Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167112
b: refs/heads/master
c: d014e88
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Ingo Molnar committed Oct 5, 2009
1 parent dbf751a commit 26ee740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 135c8aea557cf53abe6c8847e286d01442124193
refs/heads/master: d014e8894dfc523dd9d2f2a17b6dcb94facea810
3 changes: 2 additions & 1 deletion trunk/kernel/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ NORET_TYPE void panic(const char * fmt, ...)

atomic_notifier_call_chain(&panic_notifier_list, 0, buf);

bust_spinlocks(0);

if (!panic_blink)
panic_blink = no_blink;

Expand Down Expand Up @@ -136,7 +138,6 @@ NORET_TYPE void panic(const char * fmt, ...)
mdelay(1);
i++;
}
bust_spinlocks(0);
}

EXPORT_SYMBOL(panic);
Expand Down

0 comments on commit 26ee740

Please sign in to comment.