Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140433
b: refs/heads/master
c: ffd71da
h: refs/heads/master
i:
  140431: 2e796ee
v: v3
  • Loading branch information
Ingo Molnar committed Mar 13, 2009
1 parent 04d55ed commit 35a2450
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cd80a8142efa3468c2cd9fb52845f334c3220d54
refs/heads/master: ffd71da4e3f323b7673b061e6f7e0d0c12dc2b49
2 changes: 1 addition & 1 deletion trunk/kernel/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ NORET_TYPE void panic(const char * fmt, ...)
#ifdef CONFIG_DEBUG_BUGVERBOSE
dump_stack();
#endif
bust_spinlocks(0);

/*
* If we have crashed and we have a crash kernel loaded let it handle
Expand Down Expand Up @@ -136,6 +135,7 @@ NORET_TYPE void panic(const char * fmt, ...)
mdelay(1);
i++;
}
bust_spinlocks(0);
}

EXPORT_SYMBOL(panic);
Expand Down

0 comments on commit 35a2450

Please sign in to comment.