Date: Sun, 25 Jan 2004 01:59:16 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTES src/sys/i386/i386 identcpu.c longrun.c Message-ID: <200401250959.i0P9xGEA099297@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2004/01/25 01:59:16 PST
FreeBSD src repository
Modified files:
sys/conf options.i386
sys/i386/conf NOTES
sys/i386/i386 identcpu.c
Added files:
sys/i386/i386 longrun.c
Log:
Move LongRun support out of identcpu.c, where it hardly belongs, into its
own file and make it opt-in, not mandatory, depending on CPU_ENABLE_LONGRUN
config(8) option.
Discussed with: nate
MFC after: 2 weeks
Revision Changes Path
1.210 +1 -0 src/sys/conf/options.i386
1.1121 +4 -0 src/sys/i386/conf/NOTES
1.133 +0 -263 src/sys/i386/i386/identcpu.c
1.1 +307 -0 src/sys/i386/i386/longrun.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401250959.i0P9xGEA099297>
