From owner-cvs-all@FreeBSD.ORG Wed Apr 20 23:35:52 2005 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 E20F316A4CE; Wed, 20 Apr 2005 23:35:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32D343D5F; Wed, 20 Apr 2005 23:35:52 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3KNZqrM057100; Wed, 20 Apr 2005 23:35:52 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3KNZqn9057099; Wed, 20 Apr 2005 23:35:52 GMT (envelope-from marius) Message-Id: <200504202335.j3KNZqn9057099@repoman.freebsd.org> From: Marius Strobl Date: Wed, 20 Apr 2005 23:35:52 +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/include cpufunc.hsrc/sys/sparc64/sparc64 tick.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: Wed, 20 Apr 2005 23:35:53 -0000 marius 2005-04-20 23:35:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sparc64/include cpufunc.h sys/sparc64/sparc64 tick.c Log: MFC: cpufunc.h 1.19, 1.20; tick.c 1.16 (partial) - Add a workaround for a bug in BlackBird CPUs (said to be part of the SpitFire erratum #54) which can cause writes to the TICK_CMPR register to fail. This seems to fix the dying clocks problem reported by jhb@ and kris@. - In tick_init() just use tick_stop() for stopping the tick interrupts until a proper handler is set up later. This also stops the system tick interrupt on USIII systems earlier. - Some minor changes, e.g. use FBSDID, remove unused headers, etc. Revision Changes Path 1.18.2.1 +19 -1 src/sys/sparc64/include/cpufunc.h 1.14.4.2 +23 -23 src/sys/sparc64/sparc64/tick.c