Add a per-thread variable for saving the state of eflags to support the
critical section code.
This commit is contained in:
parent
8c9799d31f
commit
a8084030ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121984
@ -51,9 +51,7 @@ struct proc_ldt {
|
||||
* Machine-dependent part of the proc structure for i386.
|
||||
*/
|
||||
struct mdthread {
|
||||
#ifdef lint
|
||||
int dummy;
|
||||
#endif
|
||||
register_t md_savecrit;
|
||||
};
|
||||
|
||||
struct mdproc {
|
||||
|
Loading…
Reference in New Issue
Block a user