cvs commit: src/sys/amd64/amd64 mem.c pmap.c trap.c
src/sys/amd64/include pmc_mdep.h stack.h
Alan Cox
alc at FreeBSD.org
Fri Jun 20 05:22:33 UTC 2008
alc 2008-06-20 05:22:09 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 mem.c pmap.c trap.c
sys/amd64/include pmc_mdep.h stack.h
Log:
SVN rev 179886 on 2008-06-20 05:22:09Z 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).
Revision Changes Path
1.123 +1 -1 src/sys/amd64/amd64/mem.c
1.622 +2 -2 src/sys/amd64/amd64/pmap.c
1.327 +1 -1 src/sys/amd64/amd64/trap.c
1.5 +2 -2 src/sys/amd64/include/pmc_mdep.h
1.2 +1 -1 src/sys/amd64/include/stack.h
More information about the cvs-src
mailing list