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

2017-04-18 Thread Borislav Petkov
On Sat, Apr 15, 2017 at 07:01:22PM +0200, Thomas Gleixner wrote: > The only caller is the microcode update, which cannot be modular. > > Drop the export. > > Signed-off-by: Thomas Gleixner > Cc: Peter Zijlstra > Cc: Borislav Petkov > Cc: x...@kernel.org > --- > arch/x86/events/core.c |1 -

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

2017-04-15 Thread Thomas Gleixner
The only caller is the microcode update, which cannot be modular. Drop the export. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra Cc: Borislav Petkov Cc: x...@kernel.org --- arch/x86/events/core.c |1 - 1 file changed, 1 deletion(-) --- a/arch/x86/events/core.c +++ b/arch/x86/events/c