Re: [PATCH] x86/microcode/AMD: make function __load_ucode_amd static

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

Re: [PATCH] x86/microcode/AMD: make function __load_ucode_amd static

2017-06-22 Thread Borislav Petkov
On Thu, Jun 22, 2017 at 10:16:26AM +0100, Colin King wrote: > From: Colin Ian King > > The helper function __load_ucode_amd does not need to be in global > scope, so make it static. > > Cleans up sparse warning: > "symbol '__load_ucode_amd' was not declared. Should it be static?" > >

[PATCH] x86/microcode/AMD: make function __load_ucode_amd static

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

[PATCH] x86/microcode/AMD: make function __load_ucode_amd static

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