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:
Alexander Boettcher
2023-05-30 16:44:03 +02:00
committed by Norman Feske
parent 97bf616b5b
commit b349dd9c0a
10 changed files with 20 additions and 16 deletions

View File

@ -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));
}