Module Name: src Committed By: maxv Date: Sat Jul 16 17:02:35 UTC 2016
Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arch/x86/include: machdep.h src/sys/arch/x86/x86: x86_machdep.c Log Message: Simplify the way physical pages are internalized into the VM system on x86. Only two functions are called now: init_x86_clusters, which initializes the memory clusters from the bootinfo, and init_x86_vm, which inserts the pages from the clusters into VM. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.758 -r1.759 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/include/machdep.h cvs rdiff -u -r1.71 -r1.72 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.