mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
base: provide core_ram_allocator via platform_add_local_services()
This is a prerequisite to rework the allocation of core data structures for VM sessions in hw. Issue #5221
This commit is contained in:
committed by
Christian Helmuth
parent
d5f3cc6ec2
commit
b21c8729ea
@ -22,5 +22,6 @@
|
||||
void Core::platform_add_local_services(Rpc_entrypoint &,
|
||||
Sliced_heap &,
|
||||
Registry<Service> &,
|
||||
Trace::Source_registry &)
|
||||
Trace::Source_registry &,
|
||||
Ram_allocator &)
|
||||
{ }
|
||||
|
@ -28,7 +28,8 @@ using namespace Core;
|
||||
void Core::platform_add_local_services(Rpc_entrypoint &,
|
||||
Sliced_heap &md,
|
||||
Registry<Service> ®,
|
||||
Core::Trace::Source_registry &)
|
||||
Core::Trace::Source_registry &,
|
||||
Ram_allocator &)
|
||||
{
|
||||
if (!lx_iopl(3)) {
|
||||
static Io_port_root io_port_root(*core_env().pd_session(),
|
||||
|
Reference in New Issue
Block a user