From owner-cvs-src@FreeBSD.ORG Tue Nov 4 09:09:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC7716A4CE; Tue, 4 Nov 2003 09:09:17 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19CF343FDF; Tue, 4 Nov 2003 09:09:12 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hA4H920x079663 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 4 Nov 2003 09:09:05 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: "Poul-Henning Kamp" , Mike Silbersack Date: Tue, 4 Nov 2003 09:10:54 -0800 User-Agent: KMail/1.5.3 References: <39997.1067935555@critter.freebsd.dk> In-Reply-To: <39997.1067935555@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311040910.54728.sam@errno.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kirk McKusick Subject: Re: cvs commit: src/sys/kern kern_timeout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2003 17:09:17 -0000 On Tuesday 04 November 2003 12:45 am, Poul-Henning Kamp wrote: > In message <20031104022403.J625@odysseus.silby.com>, Mike Silbersack writes: > >On Tue, 4 Nov 2003, Kirk McKusick wrote: > >> mckusick 2003/11/04 00:03:11 PST > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/kern kern_timeout.c > >> Log: > >> Get rid of DIAGNOSTIC that gives false positives on slow CPUs. > > > >That doesn't seem to be a very good reason for removing the code. As only > >the highest value seen so far is printed, the code is generally pretty > >quiet once it stops complaining about how long the MII routines take. > > I agree, I am unhappy about this removal too. Please revert this change. Sam