hw: fix capability accounting of kernel/core
The recently implemented capability resource trading scheme unfortunately broke the automated capability memory upgrade mechanism needed by base-hw kernel/core. This commit splits the capability memory upgrade mechanism from the PD session ram_quota upgrade, and moves that functionality into a separate Pd_session::Native_pd interface. Ref #2398
This commit is contained in:
committed by
Christian Helmuth
parent
6f8dc9054a
commit
a004462096
@@ -20,7 +20,6 @@ SRC_CC += stack_area.cc \
|
||||
pager.cc \
|
||||
pager_object.cc \
|
||||
pd_assign_pci.cc \
|
||||
pd_upgrade_ram_quota.cc \
|
||||
native_cpu_component.cc \
|
||||
rpc_cap_factory.cc \
|
||||
platform.cc \
|
||||
|
||||
Reference in New Issue
Block a user