cvs commit: src/sys/amd64/include pmap.h vmparam.h
Alan Cox
alc at FreeBSD.org
Sun Jun 29 19:13:42 UTC 2008
alc 2008-06-29 19:13:27 UTC
FreeBSD src repository
Modified files:
sys/amd64/include pmap.h vmparam.h
Log:
SVN rev 180101 on 2008-06-29 19:13:27Z by alc
Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However,
in practice, the error (currently) makes no difference because the computation
performed by KVADDR() hides the error. This revision fixes the error.
Also, eliminate a (now) unused definition.
Revision Changes Path
1.142 +0 -1 src/sys/amd64/include/pmap.h
1.52 +1 -1 src/sys/amd64/include/vmparam.h
More information about the cvs-src
mailing list