Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 1997 18:45:53 -0800 (PST)
From:      Sean Eric Fagan <sef@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 identcpu.c machdep.c trap.c
Message-ID:  <199712030245.SAA12717@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sef         1997/12/02 18:45:53 PST

  Modified files:
    sys/i386/i386        identcpu.c machdep.c trap.c 
  Log:
  Work around for the Intel Pentium F00F bug; this is Intel's recommended
  workaround.  Note that this currently eats up two pages extra in the system;
  this could be alleviated by aligning idt correctly, and then only dealing with
  that (as opposed to the current method of allocated two pages and copying the
  IDT table to that, and then setting that to be the IDT table).
  
  Revision  Changes    Path
  1.34      +13 -1     src/sys/i386/i386/identcpu.c
  1.275     +43 -1     src/sys/i386/i386/machdep.c
  1.116     +24 -1     src/sys/i386/i386/trap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712030245.SAA12717>