Hi,
attached patches implement two errata fixes.
Patrick
On 05.06.2009 17:10 Uhr, Patrick Georgi wrote:
Hi,
attached patches implement two errata fixes.
Patrick
Acked-by: Stefan Reinauer stepan@coresystems.de
On Fri, Jun 05, 2009 at 05:10:22PM +0200, Patrick Georgi wrote:
Hi,
attached patches implement two errata fixes.
Please also fix the coding style / whitespace when committing, some of the added code parts don't use TABs for indentation, for example.
Haven't looked at the datasheets or tested the code on hardware, and the code looks non-trivial, so I don't feel confident to ack right now.
Uwe.
On Fri, Jun 5, 2009 at 9:10 AM, Patrick Georgi patrick@georgi-clan.de wrote:
Hi,
attached patches implement two errata fixes.
Could you add a CPU revision check to errata 350? Something like this:
if (pDCTstat->LogicalCPUID & AMD_RB_C2) { vErrata350(pMCTstat, pDCTstatA); }
Marc