summaryrefslogtreecommitdiff
path: root/src/include/paging.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-09-21 10:50:33 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-09-21 10:50:33 -0500
commitcf7cd8be60c254b44b444c97dcb238d7cf3afd4c (patch)
treee86fe62827f4dbc5f1b6b74cf7bd89c78e797711 /src/include/paging.h
parent907fb823bf8329066b1bcff60ea6c4faa54a3642 (diff)
palloc smp safe (testing required, NOT pfree)
Diffstat (limited to 'src/include/paging.h')
-rw-r--r--src/include/paging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/paging.h b/src/include/paging.h
index 5d33ca5..b1f8e9a 100644
--- a/src/include/paging.h
+++ b/src/include/paging.h
@@ -10,6 +10,7 @@
void unmap_lowmem();
size_t map_complete_physical();
void debug_pzone();
+void init_pmap_smp();
struct phys_map *init_pmap(size_t pagetable_size);