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:
dfdc543
)
ftrace: replace raw_local_irq_save with local_irq_save
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 2 Dec 2008 20:34:05 +0000
(15:34 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 3 Dec 2008 07:56:19 +0000
(08:56 +0100)
Impact: fix for lockdep and ftrace
The raw_local_irq_save/restore confuses lockdep. This patch
converts them to the local_irq_save/restore variants.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found