commit | a5e25883a445dce94a087ca479b21a5959cd5c18 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Dec 02 15:34:05 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 03 08:56:19 2008 +0100 |
tree | 9453b1116b9784b91d63fd6a1110af0d62fd02b7 | |
parent | dfdc5437bd62dd6a26961e27f26b671374749875 [diff] |
ftrace: replace raw_local_irq_save with local_irq_save 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>