From owner-cvs-all@FreeBSD.ORG Tue Dec 5 03:05:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8598516A403; Tue, 5 Dec 2006 03:05:03 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26CD43CA3; Tue, 5 Dec 2006 03:04:26 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 10E18140EC03; Tue, 5 Dec 2006 03:06:12 +0000 (GMT) Date: Tue, 5 Dec 2006 03:06:11 +0000 From: John Birrell To: Kip Macy Message-ID: <20061205030611.GA40977@what-creek.com> References: <200612041935.kB4JZemA002465@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612041935.kB4JZemA002465@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sun4v/sun4v pmap.c tsb.c src/sys/sun4v/include tsb.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 03:05:03 -0000 On Mon, Dec 04, 2006 at 07:35:40PM +0000, Kip Macy wrote: > kmacy 2006-12-04 19:35:40 UTC > > FreeBSD src repository > > Modified files: > sys/sun4v/sun4v tsb.c pmap.c > sys/sun4v/include tsb.h > Log: > - separate out rounding memory ranges to 4M boundaries from OFW memory allocation bug workaround > - create real_phys_avail which includes all memory ranges to be added to the direct map > - merge in nucleus memory to real_phys_avail > - distinguish between tag VA and index VA in tsb_set_tte_real for cases where page_size != index_page_size > - clean up direct map loop > > Revision Changes Path > 1.4 +2 -1 src/sys/sun4v/include/tsb.h > 1.18 +65 -40 src/sys/sun4v/sun4v/pmap.c > 1.6 +6 -5 src/sys/sun4v/sun4v/tsb.c I can't get t1000a.freebsd.org to boot with this change. jumping to kernel entry at 0xc0050000. tick_freq=1000000000 hz=100 tick_increment=10000000 cpu0: UltraSparc T1 Processor (1000.00 MHz CPU) {10} ok KABOOM. -- John Birrell