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

Yar Tikhiy yar at FreeBSD.org
Tue Jun 20 12:44:21 UTC 2006


yar         2006-06-20 12:44:21 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        trap.c 
    sys/amd64/amd64      trap.c 
  Log:
  We no longer need to disable interrupts in MD trap machinery
  when we're about to call kdb_trap() because the latter MI
  function can disable interrupts by itself now.
  
  Pointed out by: bde
  X-MFC remark:   depends on kern/subr_kdb.c#1.18
  Sponsored by:   RiNet (Cronyx Plus LLC)
  
  Revision  Changes    Path
  1.304     +2 -8      src/sys/amd64/amd64/trap.c
  1.292     +0 -4      src/sys/i386/i386/trap.c


More information about the cvs-src mailing list