From owner-freebsd-ppc@FreeBSD.ORG Sat Jun 21 20:36:09 2008 Return-Path: Delivered-To: ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4598C106566B for ; Sat, 21 Jun 2008 20:36:09 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.73]) by mx1.freebsd.org (Postfix) with ESMTP id 398798FC26 for ; Sat, 21 Jun 2008 20:36:09 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtp015.mac.com (asmtp015-bge351000 [10.150.69.78]) by smtpoutm.mac.com (Xserve/smtpout010/MantshX 4.0) with ESMTP id m5LKNnD8002295 for ; Sat, 21 Jun 2008 13:23:49 -0700 (PDT) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from [192.168.1.102] (209-128-86-226.BAYAREA.NET [209.128.86.226]) by asmtp015.mac.com (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPSA id <0K2T004JNXZLIC10@asmtp015.mac.com> for ppc@freebsd.org; Sat, 21 Jun 2008 13:23:49 -0700 (PDT) Message-id: From: Marcel Moolenaar To: Alan Cox In-reply-to: <485C9840.2080302@cs.rice.edu> Date: Sat, 21 Jun 2008 13:23:45 -0700 References: <485C9840.2080302@cs.rice.edu> X-Mailer: Apple Mail (2.924) Cc: ppc@freebsd.org Subject: Re: Please test this simple patch X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 20:36:09 -0000 On Jun 20, 2008, at 10:57 PM, Alan Cox wrote: > Could someone please test the attached patch on an AIM powerpc? > Specifically, what I want to know is the output of "vmstat -z" for > "KMAP ENTRY" before and after this patch is applied. (I would also > like to know how much physical memory that your test machine has.) Patch is fine... real memory = 527261696 (502 MB) avail memory = 510029824 (486 MB) Before patch: ITEM SIZE LIMIT USED FREE REQUESTS FAILURES KMAP ENTRY: 72, 31800, 20, 139, 215, 0 After patch: ITEM SIZE LIMIT USED FREE REQUESTS FAILURES KMAP ENTRY: 72, 31800, 20, 139, 214, 0 FYI, -- Marcel Moolenaar xcllnt@mac.com