perf/x86: Clean up register_nmi_handler() usage
authorIngo Molnar <mingo@kernel.org>
Wed, 25 Apr 2012 10:55:22 +0000 (12:55 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 25 Apr 2012 10:56:26 +0000 (12:56 +0200)
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 <robert.richter@amd.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found