From: Ingo Molnar Date: Wed, 25 Apr 2012 10:55:22 +0000 (+0200) Subject: perf/x86: Clean up register_nmi_handler() usage X-Git-Tag: v3.5-rc1~141^2~35^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab06992de6433af097c4a1d2d1b119812753ca7;p=pandora-kernel.git perf/x86: Clean up register_nmi_handler() usage A function name represents the pointer to it - no need to take the address of it. (Fixing this helps us introduce some macro magic around register_nmi_handler() in the future.) Cc: Robert Richter Cc: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed