From owner-p4-projects@FreeBSD.ORG Fri May 25 21:14:48 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 045FD16A469; Fri, 25 May 2007 21:14:48 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0FA916A41F for ; Fri, 25 May 2007 21:14:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2D63A13C4BD for ; Fri, 25 May 2007 21:14:46 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [88.88.46.79] (account mc467741@c2i.net HELO [192.168.0.102]) by mailfe02.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 503658112 for perforce@freebsd.org; Fri, 25 May 2007 22:14:42 +0200 From: Hans Petter Selasky To: Perforce Change Reviews Date: Fri, 25 May 2007 22:14:32 +0200 User-Agent: KMail/1.9.5 References: <200705251958.l4PJw107021625@repoman.freebsd.org> In-Reply-To: <200705251958.l4PJw107021625@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705252214.32090.hselasky@c2i.net> Cc: Subject: Re: PERFORCE change 120398 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 21:14:48 -0000 On Friday 25 May 2007 21:58, Hans Petter Selasky wrote: > http://perforce.freebsd.org/chv.cgi?CH=120398 > > Change 120398 by hselasky@hselasky_mini_itx on 2007/05/25 19:57:40 > > Fix a showstopper or panic source in vm_contig.c. > > Affected files ... > > .. //depot/projects/usb/src/sys/vm/vm_contig.c#6 edit > > Differences ... > It would be really nice if the case of a single page could be optimized, hence the new USB stack only allocates single pages at a time. --HPS