Date: Tue, 27 Mar 2001 18:31:54 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpufunc.h types.h src/sys/i386/include cpufunc.h types.h src/sys/ia64/include cpufunc.h types.h Message-ID: <200103280231.f2S2Vs278465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/03/27 18:31:54 PST
Modified files:
sys/alpha/include cpufunc.h types.h
sys/i386/include cpufunc.h types.h
sys/ia64/include cpufunc.h types.h
Log:
- Add the new critical_t type used to save state inside of critical
sections.
- Add implementations of the critical_enter() and critical_exit() functions
and remove restore_intr() and save_intr().
- Remove the somewhat bogus disable_intr() and enable_intr() functions on
the alpha as the alpha actually uses a priority level and not simple bit
flag on the CPU.
Revision Changes Path
1.10 +5 -20 src/sys/alpha/include/cpufunc.h
1.15 +4 -1 src/sys/alpha/include/types.h
1.101 +19 -16 src/sys/i386/include/cpufunc.h
1.22 +4 -1 src/sys/i386/include/types.h
1.2 +8 -9 src/sys/ia64/include/cpufunc.h
1.3 +5 -2 src/sys/ia64/include/types.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?200103280231.f2S2Vs278465>
