Date: Fri, 14 Nov 2003 08:04:11 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.mk kmod.mk Message-ID: <200311141604.hAEG4BCg041862@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311141604.hAEG4BCg041862>