perf/x86/intel: Fix __initconst declaration in the RAPL perf driver
authorAndi Kleen <ak@linux.intel.com>
Mon, 30 Nov 2015 17:48:42 +0000 (09:48 -0800)
committerIngo Molnar <mingo@kernel.org>
Sun, 6 Dec 2015 11:55:53 +0000 (12:55 +0100)
commitda008ee72cabdee0ee98d3a3580ca5cfb8d2d1f1
treee5033eb74c824be54254347f2dcde30add767cbd
parent0017960f38a2470e70d9f1991228e2b55b2abe0c
perf/x86/intel: Fix __initconst declaration in the RAPL perf driver

Fix a definition in the perf rapl driver. __initconst must
be applied to a const object, but to declare a const pointer
you need to use * const ..., not const ... *

This fixes a section attribute conflict with LTO builds.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Link: http://lkml.kernel.org/r/1448905722-2767-1-git-send-email-andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/perf_event_intel_rapl.c
This page took 0.02611 seconds and 5 git commands to generate.