aboutsummaryrefslogtreecommitdiff
path: root/include/apos/vmem.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-12-20 13:29:01 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2021-12-20 13:29:01 +0200
commit6b2465318b2dc922de282deea96c1621f7f41039 (patch)
treeee12863bb4aab536810bbe13638bf21317b37658 /include/apos/vmem.h
parenta37974009152b4bf6a2d7ed205a48230f939dd72 (diff)
downloadkmi-6b2465318b2dc922de282deea96c1621f7f41039.tar.gz
kmi-6b2465318b2dc922de282deea96c1621f7f41039.zip
Revert "still some issues with vmem"
This reverts commit 69d13626a37e33f31627a1144605a8fb93684d25.
Diffstat (limited to 'include/apos/vmem.h')
-rw-r--r--include/apos/vmem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/apos/vmem.h b/include/apos/vmem.h
index ef309e2..daa9d10 100644
--- a/include/apos/vmem.h
+++ b/include/apos/vmem.h
@@ -39,11 +39,6 @@ struct sp_mem {
*/
/* defined by arch */
-
-void map_vmem(struct vm_branch_t *branch,
- pm_t paddr, vm_t vaddr, uint8_t flags, enum mm_order_t order);
-void unmap_vmem(struct vm_branch_t *branch, vm_t vaddr, enum mm_order_t order);
-
int sp_mem_init(struct sp_reg_root *r, vm_t start, size_t nums);
vm_t alloc_uvmem(struct tcb *r, size_t s, uint8_t flags);