Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2004 17:46:27 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_resource.c
Message-ID:  <200406211746.i5LHkRVT077560@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2004-06-21 17:46:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_resource.c 
  Log:
  Turned off the "calcru: negative time" warning for certain SMP cases
  where it is known to detect a problem but the problem is not very easy
  to fix.  The warning became very common recently after a call to calcru()
  was added to fill_kinfo_thread().
  
  Another (much older) cause of "negative times" (actually non-monotonic
  times) was fixed in rev.1.237 of kern_exit.c.
  
  Print separate messages for non-monotonic and negative times.
  
  Revision  Changes    Path
  1.140     +34 -12    src/sys/kern/kern_resource.c



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