mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
base: Tell a mapping wether it maps IO memory.
This commit is contained in:
committed by
Norman Feske
parent
cfa0a40d5e
commit
91c27f3f72
@ -37,7 +37,8 @@ namespace Genode {
|
||||
* Constructor
|
||||
*/
|
||||
Mapping(addr_t dst_addr, addr_t src_addr,
|
||||
bool write_combined, unsigned l2size = PAGE_SIZE_LOG2,
|
||||
bool write_combined, bool io_mem,
|
||||
unsigned l2size = PAGE_SIZE_LOG2,
|
||||
bool rw = true)
|
||||
:
|
||||
_from_phys_addr(src_addr),
|
||||
|
Reference in New Issue
Block a user