Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673367
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH][V2] x86/microcode: make a couple of symbols static |
| Date | 2017-06-23 10:30 +0200 |
| Message-ID | <tVs8y-8dV-29@gated-at.bofh.it> (permalink) |
| References | <tV745-2V4-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 22, 2017 at 10:57:36AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> 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 be static?"
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> arch/x86/kernel/cpu/microcode/amd.c | 2 +-
> arch/x86/kernel/cpu/microcode/intel.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
--
Regards/Gruss,
Boris.
Good mailing practices for 400: avoid top-posting and trim the reply.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH][V2] x86/microcode: make a couple of symbols static Colin King <colin.king@canonical.com> - 2017-06-22 12:00 +0200 Re: [PATCH][V2] x86/microcode: make a couple of symbols static Borislav Petkov <bp@alien8.de> - 2017-06-23 10:30 +0200 [tip:x86/microcode] x86/microcode: Make a couple of symbols static tip-bot for Colin Ian King <tipbot@zytor.com> - 2017-06-26 16:10 +0200
csiph-web