Module Name: src Committed By: maxv Date: Thu Sep 28 17:48:20 UTC 2017
Modified Files: src/sys/arch/amd64/amd64: mptramp.S src/sys/arch/i386/i386: mptramp.S src/sys/arch/x86/x86: cpu.c Log Message: Pack the useful variables at the end of the trampoline page; eliminates a hard-coded dependency on KERNBASE. Note that I cannot test this change on i386 right now, but it seems fine enough. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amd64/amd64/mptramp.S cvs rdiff -u -r1.31 -r1.32 src/sys/arch/i386/i386/mptramp.S cvs rdiff -u -r1.135 -r1.136 src/sys/arch/x86/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.