cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

Stephan Uphoff ups at FreeBSD.org
Sat Jun 25 22:14:43 GMT 2005


ups         2005-06-25 22:14:42 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        trap.c 
    sys/amd64/amd64      trap.c 
  Log:
  Disable the interrupts in trap_fatal before calling kdb_trap.
  (required now that critical sections no longer block interrupts)
  
  Reviewed by:    jhb@
  Approved by:    re (scottl)
  Tested by:      kris@,glebius@
  
  Revision  Changes    Path
  1.288     +9 -2      src/sys/amd64/amd64/trap.c
  1.276     +9 -2      src/sys/i386/i386/trap.c


More information about the cvs-src mailing list