Date: Sun, 6 Apr 2003 14:31:26 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.s locore.s Message-ID: <200304062131.h36LVRgr079230@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/04/06 14:31:26 PDT FreeBSD src repository Modified files: sys/ia64/ia64 exception.s locore.s Log: Remove the 32KB VHPT section from the kernel image. We don't really use it because we allocate a VHPT based on the size of the physical memory and even if the allocated VHPT is 32KB, we don't use the in- image section for it. Since the VHPT must be naturally aligned, we save 48K on average (due to alignment). Consequently, we start off with the VHPT disabled (it is assumed the VHPT is disabled because the EFI loader runs without memory address translation and thus has no need to setup the VHPT). It's probably a good idea to explicitly disable the VHPT if we make the use of the VHPT optional. Revision Changes Path 1.41 +0 -8 src/sys/ia64/ia64/exception.s 1.28 +2 -5 src/sys/ia64/ia64/locore.s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304062131.h36LVRgr079230>