cvs commit: src/sys/conf kern.post.mk kmod.mk
Brian Feldman
green at FreeBSD.org
Fri Nov 14 08:04:14 PST 2003
green 2003/11/14 08:04:11 PST
FreeBSD src repository
Modified files:
sys/conf kern.post.mk kmod.mk
Log:
Include opt_global.h in the modules build, when building from a normal
kernel build. This makes it possible for me not to get pissed off that
random.ko crashes the system trying to rdtsc() when the i386/cpu.h
support code decides it's okay to call that op when neither I386_CPU or
I486_CPU is defined. I guess it also makes WITNESS/INVARIANTS defines
get picked up by the modules.
Revision Changes Path
1.51 +1 -0 src/sys/conf/kern.post.mk
1.145 +3 -0 src/sys/conf/kmod.mk
More information about the cvs-src
mailing list