Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1624100

[patch 15/20] x86/perf: Drop EXPORT of perf_check_microcode

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject [patch 15/20] x86/perf: Drop EXPORT of perf_check_microcode
Date 2017-04-15 19:40 +0200
Message-ID <twzPX-123-1@gated-at.bofh.it> (permalink)
References <twzPX-123-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The only caller is the microcode update, which cannot be modular.

Drop the export.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: x86@kernel.org
---
 arch/x86/events/core.c |    1 -
 1 file changed, 1 deletion(-)

--- a/arch/x86/events/core.c
+++ b/arch/x86/events/core.c
@@ -2224,7 +2224,6 @@ void perf_check_microcode(void)
 	if (x86_pmu.check_microcode)
 		x86_pmu.check_microcode();
 }
-EXPORT_SYMBOL_GPL(perf_check_microcode);
 
 static struct pmu pmu = {
 	.pmu_enable		= x86_pmu_enable,

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[patch 15/20] x86/perf: Drop EXPORT of perf_check_microcode Thomas Gleixner <tglx@linutronix.de> - 2017-04-15 19:40 +0200
  Re: [patch 15/20] x86/perf: Drop EXPORT of perf_check_microcode Borislav Petkov <bp@alien8.de> - 2017-04-18 13:30 +0200

csiph-web