aboutsummaryrefslogtreecommitdiff
path: root/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'encoding.h')
-rw-r--r--encoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.h b/encoding.h
index a8cfb9e..53835bc 100644
--- a/encoding.h
+++ b/encoding.h
@@ -216,7 +216,7 @@
#define PTE_A 0x040 /* Accessed */
#define PTE_D 0x080 /* Dirty */
#define PTE_SOFT 0x300 /* Reserved for Software */
-#define PTE_N 0x4000000000000000 /* Zsn: NAPOT translation contiguity */
+#define PTE_N 0x8000000000000000 /* Svnapot: NAPOT translation contiguity */
#define PTE_PPN_SHIFT 10