[PATCH 2/4] Save the MTRRs of the BSP before booting an AP

2007-04-13 Thread Bernhard Kaindl
Applied fix by Andew Morton: http://lkml.org/lkml/2007/4/8/88 - Fix `make headers_check'. AMD and Intel x86 CPU manuals state that it is the responsibility of system software to initialize and maintain MTRR consistency across all processors in Multi-Processing Environments. Quote from page 188 of

Re: [PATCH 2/4] Save the MTRRs of the BSP before booting an AP

2007-04-08 Thread Andrew Morton
On Tue, 3 Apr 2007 16:00:36 +0200 (CEST) Bernhard Kaindl <[EMAIL PROTECTED]> wrote: > --- linux-2.6.20.orig/arch/i386/kernel/smpboot.c > +++ linux-2.6.20/arch/i386/kernel/smpboot.c > @@ -59,6 +59,7 @@ > #include > #include > #include > +#include > This inclusion breaks `make headers_chec

[PATCH 2/4] Save the MTRRs of the BSP before booting an AP

2007-04-03 Thread Bernhard Kaindl
While I haven't found this as cause of the MTRR suspend issue on the Ferraris, AMD and Intel x86 CPU manuals state that it is the responsibility of system software to initialize and maintain MTRR consistency across all processors in Multi-Processing Environments: Quote from page 188 of the AMD64 S