mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
STABLE14-linux-kernel-bug-macro-inline-20060117
force oops inline instead of calling bug, so we can printk (cherry picked from commit 93efc4ae47cc942164c2dfee175df0760fbfca03)
This commit is contained in:
parent
a51692ee6d
commit
0181d2c934
@ -133,7 +133,8 @@ osi_Panic(msg, a1, a2, a3)
|
||||
|
||||
dpf((msg, a1, a2, a3));
|
||||
#ifdef AFS_LINUX24_ENV
|
||||
BUG();
|
||||
printk("AFS BUG at %s\n", msg);
|
||||
* ((char *) 0) = 0;
|
||||
#else
|
||||
panic(msg);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user