base: Tell a mapping wether it maps IO memory.

This commit is contained in:
Martin Stein
2012-11-05 16:26:36 +01:00
committed by Norman Feske
parent cfa0a40d5e
commit 91c27f3f72
12 changed files with 23 additions and 12 deletions

View File

@ -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),