From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86/ucode: don't crash during AP bringup on non-Intel, non-AMD CPUs Date: Thu, 16 Aug 2012 16:28:49 +0100 Message-ID: References: <502D2C3A0200007800095918@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <502D2C3A0200007800095918@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org On 16/08/2012 16:22, "Jan Beulich" wrote: > Signed-off-by: Jan Beulich Do we support any such processors? Newer VIA processors maybe? Anyhow, Acked-by: Keir Fraser > --- a/xen/arch/x86/microcode.c > +++ b/xen/arch/x86/microcode.c > @@ -109,6 +109,9 @@ int microcode_resume_cpu(int cpu) > struct cpu_signature nsig; > unsigned int cpu2; > > + if ( !microcode_ops ) > + return 0; > + > spin_lock(µcode_mutex); > > err = microcode_ops->collect_cpu_info(cpu, &uci->cpu_sig); > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel