[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180217130753.GA25024@araj-mobl1.jf.intel.com>
Date: Sat, 17 Feb 2018 05:07:53 -0800
From: "Raj, Ashok" <ashok.raj@...el.com>
To: Borislav Petkov <bp@...en8.de>
Cc: X86 ML <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>, Ashok Raj <ashok.raj@...el.com>
Subject: Re: [PATCH 2/3] x86/CPU: Add a microcode loader callback
Hi Boris
Sorry this is coming late... Thought i mentioned it earlier.
On Fri, Feb 16, 2018 at 12:26:39PM +0100, Borislav Petkov wrote:
> 3 files changed, 17 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
> index 23fdaf4ec925..856669b90a0c 100644
> --- a/arch/x86/include/asm/processor.h
> +++ b/arch/x86/include/asm/processor.h
> @@ -977,4 +977,5 @@ bool xen_set_default_idle(void);
>
> void stop_this_cpu(void *dummy);
> void df_debug(struct pt_regs *regs, long error_code);
> +void microcode_check(void);
microcode_check() is only called from microcode/core.c
Could you only list it there instead? common.c has no other
microcode related functions other than this.?
Cheers,
Ashok
Powered by blists - more mailing lists