From owner-cvs-src-old@FreeBSD.ORG Tue Feb 10 21:49:33 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA331106566C for ; Tue, 10 Feb 2009 21:49:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B57538FC14 for ; Tue, 10 Feb 2009 21:49:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1ALnXVO075322 for ; Tue, 10 Feb 2009 21:49:33 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1ALnXBX075321 for cvs-src-old@freebsd.org; Tue, 10 Feb 2009 21:49:33 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200902102149.n1ALnXBX075321@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 10 Feb 2009 21:48:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/sparc64/loader main.c src/sys/sparc64/include vmparam.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 21:49:34 -0000 marius 2009-02-10 21:48:42 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader main.c sys/sparc64/include vmparam.h Log: SVN rev 188455 on 2009-02-10 21:48:42Z by marius - Use the generally more appropriate PROM base rather than the kernel one as the non-faulting flush address in the loader so we can can change KERNBASE and VM_MIN_KERNEL_ADDRESS if we ever want to without needing to worry about using a compatible loader. - Correctly check for LOADER_DEBUG. - Add a missing const for page_sizes[]. Revision Changes Path 1.40 +4 -4 src/sys/boot/sparc64/loader/main.c 1.21 +1 -1 src/sys/sparc64/include/vmparam.h