]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a1fa1e9c7ea4ab39f4899dd9551e0d450d794fb
treec375c6ce21cff99ed8faf196f6285b1fad4810f8
parent25247a22d011abd599243aa6509c8a1d4576431d
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