ftrace: replace raw_local_irq_save with local_irq_save
authorSteven Rostedt <srostedt@redhat.com>
Sat, 15 Nov 2008 20:48:29 +0000 (15:48 -0500)
committerIngo Molnar <mingo@elte.hu>
Sun, 16 Nov 2008 06:35:37 +0000 (07:35 +0100)
Impact: fix lockdep disabling itself when function tracing is enabled

The raw_local_irq_saves used in ftrace is causing problems with
lockdep. (it thinks the irq flags are out of sync and disables
itself with a warning)

The raw ops here are not needed, and the normal local_irq_save is fine.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found