1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Add a per-thread variable for saving the state of eflags to support the

critical section code.
This commit is contained in:
John Baldwin 2003-11-03 21:30:00 +00:00
parent 8c9799d31f
commit a8084030ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121984

View File

@ -51,9 +51,7 @@ struct proc_ldt {
* Machine-dependent part of the proc structure for i386. * Machine-dependent part of the proc structure for i386.
*/ */
struct mdthread { struct mdthread {
#ifdef lint register_t md_savecrit;
int dummy;
#endif
}; };
struct mdproc { struct mdproc {