Re: [PATCH][V2] x86/microcode: make a couple of symbols static

2017-06-23 Thread Borislav Petkov
On Thu, Jun 22, 2017 at 10:57:36AM +0100, Colin King wrote: > From: Colin Ian King > > The helper function __load_ucode_amd and pointer intel_ucode_patch > do not need to be in global scope, so make them static. > > Cleans up sparse warnings: > "symbol

Re: [PATCH][V2] x86/microcode: make a couple of symbols static

2017-06-23 Thread Borislav Petkov
On Thu, Jun 22, 2017 at 10:57:36AM +0100, Colin King wrote: > From: Colin Ian King > > The helper function __load_ucode_amd and pointer intel_ucode_patch > do not need to be in global scope, so make them static. > > Cleans up sparse warnings: > "symbol '__load_ucode_amd' was not declared.

[PATCH][V2] x86/microcode: make a couple of symbols static

2017-06-22 Thread Colin King
From: Colin Ian King The helper function __load_ucode_amd and pointer intel_ucode_patch do not need to be in global scope, so make them static. Cleans up sparse warnings: "symbol '__load_ucode_amd' was not declared. Should it be static?" "symbol 'intel_ucode_patch' was

[PATCH][V2] x86/microcode: make a couple of symbols static

2017-06-22 Thread Colin King
From: Colin Ian King The helper function __load_ucode_amd and pointer intel_ucode_patch do not need to be in global scope, so make them static. Cleans up sparse warnings: "symbol '__load_ucode_amd' was not declared. Should it be static?" "symbol 'intel_ucode_patch' was not declared. Should it