From cf7cd8be60c254b44b444c97dcb238d7cf3afd4c Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 21 Sep 2021 10:50:33 -0500 Subject: palloc smp safe (testing required, NOT pfree) --- src/include/paging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/paging.h') 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); -- cgit v1.2.3