Re: [PATCH] x86/microcode/intel: make pointer intel_ucode_patch static

2017-06-22 Thread Borislav Petkov
On Thu, Jun 22, 2017 at 09:49:40AM +0100, Colin King wrote: > From: Colin Ian King > > The pointer intel_ucode_patch does not need to be in global scope, > so make it static. > > Cleans up sparse warning: > "symbol 'intel_ucode_patch' was not declared. Should it be

Re: [PATCH] x86/microcode/intel: make pointer intel_ucode_patch static

2017-06-22 Thread Borislav Petkov
On Thu, Jun 22, 2017 at 09:49:40AM +0100, Colin King wrote: > From: Colin Ian King > > The pointer intel_ucode_patch does not need to be in global scope, > so make it static. > > Cleans up sparse warning: > "symbol 'intel_ucode_patch' was not declared. Should it be static?" > > Signed-off-by:

[PATCH] x86/microcode/intel: make pointer intel_ucode_patch static

2017-06-22 Thread Colin King
From: Colin Ian King The pointer intel_ucode_patch does not need to be in global scope, so make it static. Cleans up sparse warning: "symbol 'intel_ucode_patch' was not declared. Should it be static?" Signed-off-by: Colin Ian King ---

[PATCH] x86/microcode/intel: make pointer intel_ucode_patch static

2017-06-22 Thread Colin King
From: Colin Ian King The pointer intel_ucode_patch does not need to be in global scope, so make it static. Cleans up sparse warning: "symbol 'intel_ucode_patch' was not declared. Should it be static?" Signed-off-by: Colin Ian King --- arch/x86/kernel/cpu/microcode/intel.c | 2 +- 1 file