mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
hv: mmu: remove alloc_page() API
No one would call this API for now. So remove it. Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -164,10 +164,6 @@ config MALLOC_ALIGN
|
||||
range 8 32
|
||||
default 16
|
||||
|
||||
config NUM_ALLOC_PAGES
|
||||
hex "Capacity in pages of the heap for page_alloc()"
|
||||
default 0x1000
|
||||
|
||||
config HEAP_SIZE
|
||||
hex "Capacity of the heap for malloc()"
|
||||
default 0x100000
|
||||
@@ -222,7 +218,7 @@ config HV_RAM_START
|
||||
|
||||
config HV_RAM_SIZE
|
||||
hex "Size of the RAM region used by the hypervisor"
|
||||
default 0x06000000
|
||||
default 0x04800000
|
||||
help
|
||||
A 64-bit integer indicating the size of RAM used by the hypervisor.
|
||||
It is ensured at link time that the footprint of the hypervisor
|
||||
|
Reference in New Issue
Block a user