Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2004 09:35:29 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_trap.c
Message-ID:  <200403051735.i25HZT7J042842@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403051735.i25HZT7J042842>