mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
sel4: convert io memory on demand
instead all during boot. On x86 and qemu this takes quite a while until the system is booted. Fixes #4913
This commit is contained in:
committed by
Norman Feske
parent
97bf616b5b
commit
b349dd9c0a
@ -21,7 +21,7 @@
|
||||
using namespace Core;
|
||||
|
||||
|
||||
void Io_mem_session_component::_unmap_local(addr_t base, size_t)
|
||||
void Io_mem_session_component::_unmap_local(addr_t base, size_t, addr_t)
|
||||
{
|
||||
platform().region_alloc().free(reinterpret_cast<void *>(base));
|
||||
}
|
||||
|
Reference in New Issue
Block a user