Date: Fri, 20 Jun 2008 20:59:31 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 minidump_machdep.c Message-ID: <200806202059.m5KKxetE086520@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2008-06-20 20:59:31 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 minidump_machdep.c
Log:
SVN rev 179898 on 2008-06-20 20:59:31Z by alc
Make preparations for increasing the size of the kernel virtual
address space on the amd64 architecture. The amd64 architecture
requires kernel code and global variables to reside in the highest 2GB
of the 64-bit virtual address space. Thus, KERNBASE cannot change.
However, KERNBASE is sometimes used as the start of the kernel virtual
address space. Henceforth, VM_MIN_KERNEL_ADDRESS should be used
instead. Since KERNBASE and VM_MIN_KERNEL_ADDRESS are still the same
address, there should be no visible effect from this change (yet).
That said, kris@ has tested crash dumps under the full patch that
increases the kernel virtual address space on amd64 to 6GB.
Tested by: kris@
Revision Changes Path
1.5 +3 -3 src/sys/amd64/amd64/minidump_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806202059.m5KKxetE086520>
