summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/specialreg.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-04 23:10:27 +0000
committerdg <dg@FreeBSD.org>1994-09-04 23:10:27 +0000
commit8747eb313fb114149090b0aaffc1bd4b460c6807 (patch)
tree5605f81c407499e0012e5c348f05b787e6e4ca2c /sys/amd64/include/specialreg.h
parent911bec5ce266934f5335897c94f32a557fe32474 (diff)
downloadFreeBSD-src-8747eb313fb114149090b0aaffc1bd4b460c6807.zip
FreeBSD-src-8747eb313fb114149090b0aaffc1bd4b460c6807.tar.gz
Improved some comments.
Diffstat (limited to 'sys/amd64/include/specialreg.h')
-rw-r--r--sys/amd64/include/specialreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index bcc9985..d791060 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
- * $Id: specialreg.h,v 1.3 1993/11/07 17:43:11 wollman Exp $
+ * $Id: specialreg.h,v 1.4 1994/09/04 19:59:24 pst Exp $
*/
#ifndef _MACHINE_SPECIALREG_H_
@@ -57,7 +57,7 @@
*/
#define CR0_NE 0x00000020 /* Numeric Error enable (EX16 vs IRQ13) */
-#define CR0_WP 0x00010000 /* Write Protect (honor ~PG_W in all modes) */
+#define CR0_WP 0x00010000 /* Write Protect (honor page protect in all modes) */
#ifdef notyet
#define CR0_AM 0x00040000 /* Alignment Mask (set to enable AC flag) */
#endif
OpenPOWER on IntegriCloud