mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-tukija: Increased upper page limit to account for pages needed for CIP and TIP.
This commit is contained in:
@@ -40,7 +40,7 @@ Platform_pd::Platform_pd(Allocator &, char const *label, signed, bool)
|
||||
log("Creating PD for <", label, "> with cap selector ", _pd_sel);
|
||||
|
||||
/* create task */
|
||||
enum { KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE = 2, UPPER_LIMIT_PAGES = 192 };
|
||||
enum { KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE = 2, UPPER_LIMIT_PAGES = 1024 };
|
||||
uint8_t res = Tukija::create_pd(_pd_sel, platform_specific().core_pd_sel(),
|
||||
Tukija::Obj_crd(),
|
||||
KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE,
|
||||
|
||||
Reference in New Issue
Block a user