Date: Tue, 18 Sep 2001 14:46:26 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include globaldata.h src/sys/i386/include globaldata.h src/sys/ia64/include globaldata.h src/sys/powerpc/include globaldata.h src/sys/sparc64/include globaldata.h Message-ID: <200109182146.f8ILkQj42222@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/09/18 14:46:26 PDT
Modified files:
sys/alpha/include globaldata.h
sys/i386/include globaldata.h
sys/ia64/include globaldata.h
sys/powerpc/include globaldata.h
sys/sparc64/include globaldata.h
Log:
- If we ever do the per-cpu KTR stuff, the index won't be volatile as it
will be private to each CPU.
- Re-style(9) the globaldata structures. There really needs to be a MI
struct pcpu that has a MD struct mdpcpu member at some point.
Revision Changes Path
1.13 +2 -2 src/sys/alpha/include/globaldata.h
1.31 +15 -15 src/sys/i386/include/globaldata.h
1.12 +10 -10 src/sys/ia64/include/globaldata.h
1.16 +11 -11 src/sys/powerpc/include/globaldata.h
1.10 +2 -2 src/sys/sparc64/include/globaldata.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?200109182146.f8ILkQj42222>
