cvs commit: src/sys/kern subr_kdb.c

Marcel Moolenaar marcel at FreeBSD.org
Tue Apr 4 00:40:21 UTC 2006


marcel      2006-04-04 00:40:20 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_kdb.c 
  Log:
  Increment kdb_active after we stopped the other CPUs and decrement
  kdb_active before we restart them. This avoids false positives on
  restarted CPUs when they test for kdb_active while kdb_trap() is
  still finishing up.
  
  Revision  Changes    Path
  1.21      +4 -4      src/sys/kern/subr_kdb.c


More information about the cvs-src mailing list