perf/x86/intel: Mark initialization code as such
authorMathias Krause <minipli@googlemail.com>
Tue, 26 Aug 2014 16:49:45 +0000 (18:49 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 9 Sep 2014 04:53:06 +0000 (06:53 +0200)
commit39e73d00ca3dc0d4af8af4e73ac6dd2565d55eb2
treec375c6ce21cff99ed8faf196f6285b1fad4810f8
parentd7228dde8f9f4b2c68e1308c2e19f5d40adb7afe
perf/x86/intel: Mark initialization code as such

A few of the initialization functions are missing the __init annotation.
Fix this and thereby allow ~680 additional bytes of code to be released
after initialization.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: x86@kernel.org
Link: http://lkml.kernel.org/r/1409071785-26015-1-git-send-email-minipli@googlemail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/perf_event_intel_ds.c
arch/x86/kernel/cpu/perf_event_intel_lbr.c