]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitfab06992de6433af097c4a1d2d1b119812753ca7
tree7c40294c9550b728e8655c3df1f0e02b7df8f4c2
parentdb98c5faf8cb350212ea3af786cb3ba0d4e7a01e
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 <robert.richter@amd.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/perf_event_amd_ibs.c