Date: Tue, 28 Oct 1997 03:44:00 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 identcpu.c src/sys/i386/include cpu.h cputypes.h src/sys/i386/isa npx.c clock.c Message-ID: <199710281144.DAA01754@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/10/28 03:43:59 PST
Modified files:
sys/i386/i386 identcpu.c
sys/i386/include cpu.h cputypes.h
sys/i386/isa npx.c clock.c
Log:
Don't include <machine/cputypes.h> or declare cputype/class interfaces
in <machine/cpu.h>. Moved the declarations to <machine/cputypes.h>.
Fixed style bugs in the moved code. Fixed everything that depended on
the nested include. Don't include <machine/cpu.h> (in the changed files)
unless something in it is used directly.
Revision Changes Path
1.30 +3 -2 src/sys/i386/i386/identcpu.c
1.35 +1 -13 src/sys/i386/include/cpu.h
1.10 +19 -10 src/sys/i386/include/cputypes.h
1.53 +5 -2 src/sys/i386/isa/npx.c
1.103 +5 -2 src/sys/i386/isa/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710281144.DAA01754>
