Module Name: src Committed By: maxv Date: Fri Dec 16 20:16:50 UTC 2016
Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: This can actually be enabled in Xen; my rev1.235 fixed the issue. Before that kern_end was pointing to DUMMY PAGE, which was already kentered earlier in xen_locore, causing pmap to panic. This change adds support for kernel modules in Xen. To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 src/sys/arch/amd64/amd64/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.