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:
67d7671
)
init: don't lose initcall return values
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Mon, 12 May 2008 21:02:22 +0000
(14:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:25 +0000
(08:02 -0700)
There is an ability to lose an initcall return value if it happened with irq
disabled or imbalanced preemption (and if we debug initcall).
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/main.c
patch
|
blob
|
history
diff --cc
init/main.c
Simple merge