summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-25 20:15:34 +0000
committerderaadt <deraadt@openbsd.org>2013-03-25 20:15:34 +0000
commit866ca6da62ec59eed04488f7aae1ac66e03f2670 (patch)
tree281a75bb29318821ebbc1ae4464d46fcb1997659
parentPGOFSET -> PAGE_MASK (diff)
downloadwireguard-openbsd-866ca6da62ec59eed04488f7aae1ac66e03f2670.tar.xz
wireguard-openbsd-866ca6da62ec59eed04488f7aae1ac66e03f2670.zip
PGOFSET -> PAGE_MASK in a comment
-rw-r--r--sys/arch/sh/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/include/pmap.h b/sys/arch/sh/include/pmap.h
index 954f9b607c8..0cb06945ff0 100644
--- a/sys/arch/sh/include/pmap.h
+++ b/sys/arch/sh/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.10 2011/04/28 20:40:36 ariane Exp $ */
+/* $OpenBSD: pmap.h,v 1.11 2013/03/25 20:15:34 deraadt Exp $ */
/* $NetBSD: pmap.h,v 1.28 2006/04/10 23:12:11 uwe Exp $ */
/*-
@@ -34,7 +34,7 @@
* OpenBSD/sh pmap:
* pmap.pm_ptp[512] ... 512 slot of page table page
* page table page contains 1024 PTEs. (PAGE_SIZE / sizeof(pt_entry_t))
- * | PTP 11bit | PTOFSET 10bit | PGOFSET 12bit |
+ * | PTP 11bit | PTOFSET 10bit | PAGE_MASK 12bit |
*/
#ifndef _SH_PMAP_H_