git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08cd1f7
)
Kernel - Unlocked debug lock when entering kernel panic
author
John Hodge
<
[email protected]
>
Sun, 25 Sep 2011 01:41:04 +0000
(09:41 +0800)
committer
John Hodge
<
[email protected]
>
Sun, 25 Sep 2011 01:41:04 +0000
(09:41 +0800)
Kernel/debug.c
patch
|
blob
|
history
diff --git
a/Kernel/debug.c
b/Kernel/debug.c
index
7209839
..
e0c7af8
100644
(file)
--- a/
Kernel/debug.c
+++ b/
Kernel/debug.c
@@
-102,6
+102,9
@@
void Debug_FmtS(int bUseKTerm, const char *format, ...)
void Debug_KernelPanic(void)
{
+ #if LOCK_DEBUG_OUTPUT
+ SHORTREL(&glDebug_Lock);
+ #endif
gbDebug_IsKPanic = 1;
KernelPanic_SetMode();
}
UCC
git Repository :: git.ucc.asn.au