summaryrefslogtreecommitdiff
path: root/sys/riscv/include
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2016-02-26 14:04:00 +0000
committerRuslan Bukin <br@FreeBSD.org>2016-02-26 14:04:00 +0000
commit14232d424d3deeeb3ccff2892d358e7437f236df (patch)
tree8630998b8965a3722bc198d8395749de9ece7647 /sys/riscv/include
parent461a7671c76d2c5392b5c775cc22fd81d927bffc (diff)
Notes
Diffstat (limited to 'sys/riscv/include')
-rw-r--r--sys/riscv/include/pte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/include/pte.h b/sys/riscv/include/pte.h
index 133177920686e..d15cb84379fab 100644
--- a/sys/riscv/include/pte.h
+++ b/sys/riscv/include/pte.h
@@ -41,6 +41,7 @@
#ifndef LOCORE
typedef uint64_t pd_entry_t; /* page directory entry */
typedef uint64_t pt_entry_t; /* page table entry */
+typedef uint64_t pn_t; /* page number */
#endif
/* Level 0 table, 512GiB per entry */