Revert "make munmap free physical pages, and one correction for aligned mmap in syscall.c (extend_process_region is called with memory-region start-address which is aligned (map_end_aligned), instead of tail-address of current-region (region->map_end)) for aligned mmap (in syscall.c)"
This reverts commit e7317cca98.
This commit is contained in:
parent
3d71edd55c
commit
a1490da112
@@ -2,7 +2,6 @@
|
||||
#define __HEADER_PAGE_H
|
||||
|
||||
void *allocate_pages(int npages, enum aal_mc_ap_flag flag);
|
||||
void free_pages_pa(unsigned long pa, int npages);
|
||||
void free_pages(void *va, int npages);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user