[tip:smp/hotplug] x86/perf: Drop EXPORT of perf_check_microcode

2017-05-26 Thread tip-bot for Thomas Gleixner
Commit-ID:  27d3b157fee0bad264eb745d5c547e2e0676f1a2
Gitweb: http://git.kernel.org/tip/27d3b157fee0bad264eb745d5c547e2e0676f1a2
Author: Thomas Gleixner 
AuthorDate: Wed, 24 May 2017 10:15:29 +0200
Committer:  Thomas Gleixner 
CommitDate: Fri, 26 May 2017 10:10:42 +0200

x86/perf: Drop EXPORT of perf_check_microcode

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

Drop the export.

Signed-off-by: Thomas Gleixner 
Acked-by: Ingo Molnar 
Acked-by: Borislav Petkov 
Cc: Paul E. McKenney 
Cc: Peter Zijlstra 
Cc: Sebastian Siewior 
Cc: Steven Rostedt 
Cc: Borislav Petkov 
Link: http://lkml.kernel.org/r/20170524081548.515204...@linutronix.de

---
 arch/x86/events/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 580b60f..ac650d5 100644
--- 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,


[tip:smp/hotplug] x86/perf: Drop EXPORT of perf_check_microcode

2017-05-26 Thread tip-bot for Thomas Gleixner
Commit-ID:  27d3b157fee0bad264eb745d5c547e2e0676f1a2
Gitweb: http://git.kernel.org/tip/27d3b157fee0bad264eb745d5c547e2e0676f1a2
Author: Thomas Gleixner 
AuthorDate: Wed, 24 May 2017 10:15:29 +0200
Committer:  Thomas Gleixner 
CommitDate: Fri, 26 May 2017 10:10:42 +0200

x86/perf: Drop EXPORT of perf_check_microcode

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

Drop the export.

Signed-off-by: Thomas Gleixner 
Acked-by: Ingo Molnar 
Acked-by: Borislav Petkov 
Cc: Paul E. McKenney 
Cc: Peter Zijlstra 
Cc: Sebastian Siewior 
Cc: Steven Rostedt 
Cc: Borislav Petkov 
Link: http://lkml.kernel.org/r/20170524081548.515204...@linutronix.de

---
 arch/x86/events/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 580b60f..ac650d5 100644
--- 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,


[tip:smp/hotplug] x86/perf: Drop EXPORT of perf_check_microcode

2017-04-20 Thread tip-bot for Thomas Gleixner
Commit-ID:  1516643d0831ac6807aee360206cf0f0691c5da0
Gitweb: http://git.kernel.org/tip/1516643d0831ac6807aee360206cf0f0691c5da0
Author: Thomas Gleixner 
AuthorDate: Tue, 18 Apr 2017 19:04:57 +0200
Committer:  Thomas Gleixner 
CommitDate: Thu, 20 Apr 2017 13:08:55 +0200

x86/perf: Drop EXPORT of perf_check_microcode

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

Drop the export.

Signed-off-by: Thomas Gleixner 
Acked-by: Borislav Petkov 
Cc: Peter Zijlstra 
Cc: Sebastian Siewior 
Cc: Steven Rostedt 
Cc: Borislav Petkov 
Link: http://lkml.kernel.org/r/20170418170553.620260...@linutronix.de

---
 arch/x86/events/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 580b60f..ac650d5 100644
--- 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,


[tip:smp/hotplug] x86/perf: Drop EXPORT of perf_check_microcode

2017-04-20 Thread tip-bot for Thomas Gleixner
Commit-ID:  1516643d0831ac6807aee360206cf0f0691c5da0
Gitweb: http://git.kernel.org/tip/1516643d0831ac6807aee360206cf0f0691c5da0
Author: Thomas Gleixner 
AuthorDate: Tue, 18 Apr 2017 19:04:57 +0200
Committer:  Thomas Gleixner 
CommitDate: Thu, 20 Apr 2017 13:08:55 +0200

x86/perf: Drop EXPORT of perf_check_microcode

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

Drop the export.

Signed-off-by: Thomas Gleixner 
Acked-by: Borislav Petkov 
Cc: Peter Zijlstra 
Cc: Sebastian Siewior 
Cc: Steven Rostedt 
Cc: Borislav Petkov 
Link: http://lkml.kernel.org/r/20170418170553.620260...@linutronix.de

---
 arch/x86/events/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 580b60f..ac650d5 100644
--- 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,