Note that the sched_lock protects md_ldt of struct mdproc.

This commit is contained in:
John Baldwin 2002-10-25 20:06:16 +00:00
parent 4578a2e652
commit ab79480392
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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