cvs commit: src/sys/kern subr_trap.c

Robert Watson rwatson at FreeBSD.org
Fri Mar 5 09:35:29 PST 2004


rwatson     2004/03/05 09:35:29 PST

  FreeBSD src repository

  Modified files:
    sys/kern             subr_trap.c 
  Log:
  Put "failed to set signal flags properly for ast()" check under
  DIAGNOSTIC instead of INVARIANTS.  INVARIANTS is intended for tests
  that don't substantially change code flow or behavior (passive), but
  this test required locking both the proc lock and scheduler lock
  in order to execute.  It also appears to be a very advisory diagnostic
  as opposed to an invariant violation.
  
  Following discussion with:      bde
  
  Revision  Changes    Path
  1.264     +1 -1      src/sys/kern/subr_trap.c


More information about the cvs-src mailing list