From owner-cvs-all@FreeBSD.ORG Sun Feb 27 22:11:08 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 B529616A55B; Sun, 27 Feb 2005 22:11:07 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C75743D39; Sun, 27 Feb 2005 22:11:07 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1RMB6s6099513; Sun, 27 Feb 2005 14:11:06 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1RMB66M099512; Sun, 27 Feb 2005 14:11:06 -0800 (PST) (envelope-from obrien) Date: Sun, 27 Feb 2005 14:11:06 -0800 From: "David O'Brien" To: Pawel Jakub Dawidek Message-ID: <20050227221106.GA54151@dragon.nuxi.com> References: <200502082215.j18MFOqF064551@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502082215.j18MFOqF064551@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 mp_watchdog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 22:11:08 -0000 On Tue, Feb 08, 2005 at 10:15:24PM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-02-08 22:15:24 UTC > Modified files: > sys/i386/i386 mp_watchdog.c > Log: > - Add debug.watchdog tunable, so we can specify watchdog CPU from loader > which will help to debug hangs on boot. > - Remove 'U' from debug.watchdog sysctl definition, so if we set it to '-1' > it really shows '-1'. > - Fix comment. Why didn't you do this for amd64/amd64/mp_watchdog.c also? The code was the same. -- -- David (obrien@FreeBSD.org)