Re: [PATCH V2] x86, microcode, AMD: Fix patch level reporting for family15h

2013-09-26 Thread Borislav Petkov
On Wed, Sep 29, 2010 at 07:27:12PM -0500, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > On AMD family15h, applying microcode patch on the a core (core0) > would also affect the other core (core1) in the same compute unit. > The driver would skip applying the patch on core

[PATCH V2] x86, microcode, AMD: Fix patch level reporting for family15h

2013-09-26 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit On AMD family15h, applying microcode patch on the a core (core0) would also affect the other core (core1) in the same compute unit. The driver would skip applying the patch on core1, but it still need to update kernel structures to reflect the proper patch level. The