mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base/cache.h: rename Cache_attribute to Cache
The short name is better because the type will become prominently visible at the API. Issue #2243
This commit is contained in:
@@ -41,8 +41,7 @@ class Genode::Mapping
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
Mapping(addr_t dst_addr, addr_t src_addr,
|
||||
Cache_attribute cacheability, bool io_mem,
|
||||
Mapping(addr_t dst_addr, addr_t src_addr, Cache, bool io_mem,
|
||||
unsigned l2size, bool rw, bool executable);
|
||||
|
||||
/**
|
||||
|
||||
@@ -65,7 +65,7 @@ static inline L4_ThreadId_t thread_get_my_global_id()
|
||||
** Mapping **
|
||||
*************/
|
||||
|
||||
Mapping::Mapping(addr_t dst_addr, addr_t src_addr, Cache_attribute, bool,
|
||||
Mapping::Mapping(addr_t dst_addr, addr_t src_addr, Cache, bool,
|
||||
unsigned l2size, bool rw, bool)
|
||||
:
|
||||
_fpage(L4_FpageLog2(dst_addr, l2size)),
|
||||
|
||||
Reference in New Issue
Block a user