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