cvs commit: src/sys/i386/i386 exception.s machdep.c trap.c

Joseph Koshy jkoshy at FreeBSD.org
Thu Jul 28 03:30:54 GMT 2005


jkoshy      2005-07-28 03:30:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/i386/i386        exception.s machdep.c trap.c 
  Log:
  MFC { exception.s:r1.114, machdep.c:r1.617, trap.c:r1.278 }
  
  Use an interrupt gate for the NMI handler and prevent too-early
  enabling of interrupts inside of trap().
  
  Revert rev 1.113 of "sys/i386/i386/exception.s" as it is no longer
  needed.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.113.2.1  +2 -27     src/sys/i386/i386/exception.s
  1.616.2.1  +1 -1      src/sys/i386/i386/machdep.c
  1.277.2.1  +4 -3      src/sys/i386/i386/trap.c


More information about the cvs-all mailing list