mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
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
@ -14,7 +14,6 @@ SRC_CC = main.cc \
|
||||
cpu_session_component.cc \
|
||||
cpu_session_support.cc \
|
||||
cpu_thread_component.cc \
|
||||
pd_upgrade_ram_quota.cc \
|
||||
pd_assign_pci.cc \
|
||||
dataspace_component.cc \
|
||||
native_pd_component.cc \
|
||||
|
Reference in New Issue
Block a user