aboutsummaryrefslogtreecommitdiff
path: root/machine/vm.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-03-29 16:54:09 -0700
committerAndrew Waterman <andrew@sifive.com>2021-03-29 16:58:17 -0700
commitc09d4af850ff8b502b5efd4de1aac39fcbc63618 (patch)
tree90bec479c44091334db0f5ab46775b84c22d285c /machine/vm.h
parentfe486e5c8555dd199061ad42f56d748b74704e97 (diff)
downloadriscv-pk-c09d4af850ff8b502b5efd4de1aac39fcbc63618.zip
riscv-pk-c09d4af850ff8b502b5efd4de1aac39fcbc63618.tar.gz
riscv-pk-c09d4af850ff8b502b5efd4de1aac39fcbc63618.tar.bz2
M-mode code doesn't need access to pk's page table
Diffstat (limited to 'machine/vm.h')
-rw-r--r--machine/vm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/machine/vm.h b/machine/vm.h
index 9436ffb..e65b19e 100644
--- a/machine/vm.h
+++ b/machine/vm.h
@@ -17,7 +17,6 @@
#endif
typedef uintptr_t pte_t;
-extern pte_t* root_page_table;
static inline void flush_tlb()
{