mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base: Tell a mapping wether it maps IO memory.
This commit is contained in:
committed by
Norman Feske
parent
cfa0a40d5e
commit
91c27f3f72
@@ -256,6 +256,7 @@ int Rm_client::pager(Ipc_pager &pager)
|
||||
Mapping mapping(dst_fault_area.base(),
|
||||
src_fault_area.base(),
|
||||
src_dataspace->write_combined(),
|
||||
src_dataspace->is_io_mem(),
|
||||
map_size_log2,
|
||||
src_dataspace->writable());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user