Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2003 17:01:08 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_ntptime.c kern_tc.c
Message-ID:  <200301060101.h06118wq075034@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/01/05 17:01:08 PST

  Modified files:
    sys/kern             kern_ntptime.c kern_tc.c 
  Log:
  Explicitly have the timecounter init happen after the cpu_initclocks is
  called.  Otherwise (depending on a non-deterministic sort), the timecounter
  code can be initialized before the clock rate has been set (on ia64) and it
  assumes hz = 100, rather than the real value of 1024.  I'm not sure how much
  gets upset by this.
  
  Glanced at by:  phk
  
  Revision  Changes    Path
  1.50      +1 -1      src/sys/kern/kern_ntptime.c
  1.143     +1 -1      src/sys/kern/kern_tc.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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