perf, x86: Fix __initconst vs const
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 29 Mar 2010 11:09:53 +0000 (13:09 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 2 Apr 2010 17:52:05 +0000 (19:52 +0200)
commitcaaa8be3b6707cb9664e573a28b00f845ce9f32e
treec6cc712c547262e74cc56168248c8da121736ecd
parentb4cdc5c264b35c67007800dec3928e9547a9d70b
perf, x86: Fix __initconst vs const

All variables that have __initconst should also be const.

Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event_amd.c
arch/x86/kernel/cpu/perf_event_intel.c
arch/x86/kernel/cpu/perf_event_p4.c
arch/x86/kernel/cpu/perf_event_p6.c