Module Name: src Committed By: maxv Date: Fri Nov 25 11:57:36 UTC 2016
Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/x86/x86: x86_machdep.c Log Message: Initialize the module map limits in amd64, not x86. For the record: normally we could enable this code on Xen, since the bootstrap layout is globally the same. But there appears to be an issue in xen_locore, since any kenter in the area after kern_end triggers a KASSERT because the va is already busy. To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.76 -r1.77 src/sys/arch/x86/x86/x86_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.