summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-04-17 21:57:16 +0000
committerjhb <jhb@FreeBSD.org>2003-04-17 21:57:16 +0000
commit1ed25f3bbfc096463bb66591808d133c7257add4 (patch)
tree71ff32862197cf1dd457e4660a6ec24822e2b68e /sys/alpha/include
parentfe07eb9dfb67dec3b9867ee376a889a70b355179 (diff)
downloadFreeBSD-src-1ed25f3bbfc096463bb66591808d133c7257add4.zip
FreeBSD-src-1ed25f3bbfc096463bb66591808d133c7257add4.tar.gz
Protect the per-process UAC field with the proc lock where it isn't already
protected.
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h
index e21f433..754ccb0 100644
--- a/sys/alpha/include/proc.h
+++ b/sys/alpha/include/proc.h
@@ -62,7 +62,7 @@ struct mdthread {
#define MDP_UAC_MASK (MDP_UAC_NOPRINT | MDP_UAC_NOFIX | MDP_UAC_SIGBUS)
struct mdproc {
- u_int md_uac; /* Unaligned Access Check flags. */
+ u_int md_uac; /* (c) Unaligned Access Check flags. */
};
#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud