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

Joseph Koshy jkoshy at FreeBSD.org
Wed Jul 13 11:32:11 GMT 2005


jkoshy      2005-07-13 11:32:10 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        exception.s machdep.c trap.c 
  Log:
  Use an interrupt gate for the NMI handler and prevent too-early
  enabling of interrupts inside of trap().  Fix a typo in a comment.
  
  Revert rev 1.113 of "sys/i386/i386/exception.s" as it is no longer
  needed.
  
  Reviewed by:    bde
  MFC after:      3 days
  
  Revision  Changes    Path
  1.114     +2 -27     src/sys/i386/i386/exception.s
  1.617     +1 -1      src/sys/i386/i386/machdep.c
  1.278     +4 -3      src/sys/i386/i386/trap.c


More information about the cvs-all mailing list