From: Steven Rostedt Date: Fri, 6 Feb 2009 06:45:16 +0000 (-0500) Subject: ring-buffer: use generic version of in_nmi X-Git-Tag: v2.6.30-rc1~2^2~124^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81bd80a0b0a405dc0483e2c428332d69da2c79f;p=pandora-kernel.git ring-buffer: use generic version of in_nmi Impact: clean up Now that a generic in_nmi is available, this patch removes the special code in the ring_buffer and implements the in_nmi generic version instead. With this change, I was also able to rename the "arch_ftrace_nmi_enter" back to "ftrace_nmi_enter" and remove the code from the ring buffer. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed