From owner-cvs-all@FreeBSD.ORG Thu Oct 7 22:18:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34FB616A4CE; Thu, 7 Oct 2004 22:18:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 127DD43D2F; Thu, 7 Oct 2004 22:18:36 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i97MIZqV053082; Thu, 7 Oct 2004 22:18:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i97MIZYL053081; Thu, 7 Oct 2004 22:18:35 GMT (envelope-from kensmith) Message-Id: <200410072218.i97MIZYL053081@repoman.freebsd.org> From: Ken Smith Date: Thu, 7 Oct 2004 22:18:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 22:18:36 -0000 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