git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed7a49
)
x86, dumpstack: always call oops_exit from oops_end
author
Alexander van Heukelum
<heukelum@fastmail.fm>
Wed, 22 Oct 2008 10:00:11 +0000
(12:00 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 22 Oct 2008 12:00:24 +0000
(14:00 +0200)
Always call oops_exit from oops_end, even if signr==0.
Also, move add_taint(TAINT_DIE) from __die to oops_end
on x86_64 and interchange two lines to make oops_end
more similar to the i386-version.
Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found