From owner-svn-src-head@FreeBSD.ORG Mon Nov 21 20:47:51 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B130F106566C; Mon, 21 Nov 2011 20:47:51 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id D38198FC15; Mon, 21 Nov 2011 20:47:50 +0000 (UTC) X-T2-Spam-Status: No, hits=2.5 required=5.0 tests=ALL_TRUSTED, BAYES_99 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 39041959; Mon, 21 Nov 2011 21:47:48 +0100 From: Hans Petter Selasky To: Bruce Evans Date: Mon, 21 Nov 2011 21:45:08 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <229B993A-8F52-42B3-AE87-7DB4451AA9D0@bsdimp.com> <20111121134538.R1108@besplex.bde.org> In-Reply-To: <20111121134538.R1108@besplex.bde.org> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201111212145.08537.hselasky@c2i.net> Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Warner Losh Subject: Re: svn commit: r227749 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2011 20:47:51 -0000 On Monday 21 November 2011 04:37:02 Bruce Evans wrote: > pause() grew some additional complications that I don't like. Hans > noticed that DELAY(n) overflows for large n on arm. So pause() now > avoids passing large n to DELAY(). Probably no other callers of > DELAY() do this, and no callers of pause() need large n for DELAY(). > I'll see what I can do later this week. Right now I'm very busy. --HPS