summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/proc.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-25 20:06:16 +0000
committerjhb <jhb@FreeBSD.org>2002-10-25 20:06:16 +0000
commitf6b6098201ab8a266512e79377ca007d2e641e4b (patch)
tree482d0ad6548102d574bae6d5118ea38fd7326a6f /sys/amd64/include/proc.h
parentbdcd4ebb5d13250d4ca2e13312032e45fee4c725 (diff)
downloadFreeBSD-src-f6b6098201ab8a266512e79377ca007d2e641e4b.zip
FreeBSD-src-f6b6098201ab8a266512e79377ca007d2e641e4b.tar.gz
Note that the sched_lock protects md_ldt of struct mdproc.
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r--sys/amd64/include/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index e3711b0..bff037a 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -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
OpenPOWER on IntegriCloud