From owner-freebsd-current@FreeBSD.ORG Tue Jul 27 20:03:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6E716A4CE for ; Tue, 27 Jul 2004 20:03:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE6E43D5D for ; Tue, 27 Jul 2004 20:03:48 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6RK3meD018599 for ; Tue, 27 Jul 2004 20:03:48 GMT (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6RK3mLB018598 for freebsd-current@freebsd.org; Tue, 27 Jul 2004 20:03:48 GMT (envelope-from bmilekic) Date: Tue, 27 Jul 2004 20:03:48 +0000 From: Bosko Milekic To: freebsd-current@freebsd.org Message-ID: <20040727200348.GA18269@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: UMA space calculation changes (PLEASE TEST, ESPECIALLY IF YOU HAVE A sparc64 OR OTHER 64-bit CPU) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 20:03:48 -0000 Hi, I had to modify/correct space calculation changes in UMA, in particular following the extensions added with mbuma. Here is a patch: http://people.freebsd.org/~bmilekic/code/uma_space.diff This helps ARM boot to single user. If you have a sparc64 or any other 64-bit CPU, or even i386 SMP or UP, please try the above patch with and/or without INVARIANTS and let me know how it goes. -Bosko