cvs commit: src/sys/sparc64/sparc64 machdep.c

Ken Smith kensmith at FreeBSD.org
Thu Oct 7 15:18:36 PDT 2004


kensmith    2004-10-07 22:18:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/sparc64/sparc64  machdep.c 
  Log:
  MFC v1.114: On MP machines use a negative quality value for the timers
  in the CPUs so they will not be chosen as the main timecounter.  Because
  we don't even try to keep the timers in the CPUs synchronized using them
  can result in time not monotonically increasing at the whims of which CPU
  the timer is checked on.  On non-MP machines use a relatively high value
  so the CPUs timer is more likely to be chosen as the main timecounter.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.112.2.2  +19 -0     src/sys/sparc64/sparc64/machdep.c


More information about the cvs-all mailing list