Module Name: src Committed By: pgoyette Date: Sat Dec 28 00:38:08 UTC 2019
Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: #include "opt_xen.h" so we can tell if we're in a XEN kernel. We need to know this in order to set module_machine correctly, which in turn is needed to set the module_base path from which modules are loaded and which provides the value of sysctl(8) variable kern.module.path Thanks to jnemeth@ for pointing out the problem. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 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.