mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42: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
@@ -43,7 +43,8 @@ namespace Genode {
|
||||
* Constructor
|
||||
*/
|
||||
Mapping(addr_t dst_addr, addr_t map_addr,
|
||||
bool write_combined, unsigned size_log2 = PAGE_SIZE_LOG2,
|
||||
bool write_combined, bool io_mem,
|
||||
unsigned size_log2 = PAGE_SIZE_LOG2,
|
||||
bool rw = true)
|
||||
:
|
||||
_dst_addr(dst_addr), _core_local_addr(map_addr),
|
||||
|
||||
Reference in New Issue
Block a user