Note that the sched_lock protects md_ldt of struct mdproc.
This commit is contained in:
parent
4578a2e652
commit
ab79480392
@ -57,7 +57,7 @@ struct mdthread {
|
||||
};
|
||||
|
||||
struct mdproc {
|
||||
struct proc_ldt *md_ldt; /* per-process ldt */
|
||||
struct proc_ldt *md_ldt; /* (j) per-process ldt */
|
||||
};
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
@ -57,7 +57,7 @@ struct mdthread {
|
||||
};
|
||||
|
||||
struct mdproc {
|
||||
struct proc_ldt *md_ldt; /* per-process ldt */
|
||||
struct proc_ldt *md_ldt; /* (j) per-process ldt */
|
||||
};
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
Loading…
x
Reference in New Issue
Block a user