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)
commit066ce64c7e867e95e5fee7c5f6b852710486392a
treec375c6ce21cff99ed8faf196f6285b1fad4810f8
parent70691d4a0bf7c871559d4ef1b0056edefbca123b
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
This page took 0.025122 seconds and 5 git commands to generate.