When I put this code in auto.c (V2) before the early_mtrr_init(): __asm__ volatile (" invd");
I spoke too soon, the problem isn't fixed by just doing the invd.
-Dave
On Wed, Sep 14, 2005 at 02:36:33PM -0700, Dave Ashley wrote:
When I put this code in auto.c (V2) before the early_mtrr_init(): __asm__ volatile (" invd");
I spoke too soon, the problem isn't fixed by just doing the invd.
Yeah, I'd originally tried adding that too but then realised it wasn't needed.
J.