Date: Fri, 27 Oct 2000 01:30:59 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c machdep.c src/sys/i386/include cpu.h globals.h npx.h pcb.h segments.h tss.h src/sys/sys proc.h Message-ID: <200010270830.BAA07739@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/10/27 01:30:59 PDT
Modified files:
sys/i386/i386 bios.c machdep.c
sys/i386/include cpu.h globals.h npx.h pcb.h segments.h
tss.h
sys/sys proc.h
Log:
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
The i386 UP case was messily different.
Revision Changes Path
1.40 +2 -1 src/sys/i386/i386/bios.c
1.419 +1 -4 src/sys/i386/i386/machdep.c
1.49 +1 -4 src/sys/i386/include/cpu.h
1.12 +11 -5 src/sys/i386/include/globals.h
1.19 +1 -7 src/sys/i386/include/npx.h
1.34 +1 -7 src/sys/i386/include/pcb.h
1.26 +1 -3 src/sys/i386/include/segments.h
1.12 +1 -9 src/sys/i386/include/tss.h
1.121 +1 -12 src/sys/sys/proc.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010270830.BAA07739>
