From: Steven Rostedt Date: Sat, 15 Nov 2008 20:48:29 +0000 (-0500) Subject: ftrace: replace raw_local_irq_save with local_irq_save X-Git-Tag: v2.6.29-rc1~586^2~56^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51ad7ac48f991c4a8834485727efa99a691cb87;p=pandora-kernel.git ftrace: replace raw_local_irq_save with local_irq_save 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed