mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
hw: Fix name of Page_flags type
The type was accidentally changed by "hw & arm_v6: clean up TLB driver" ref #1076
This commit is contained in:
parent
aeb9213e73
commit
b9041d601d
@ -93,7 +93,7 @@ class Arm_v6::Section_table : public Arm::Section_table
|
||||
|
||||
template <typename T>
|
||||
static typename T::access_t
|
||||
Arm::memory_region_attr(Pageflags const & flags)
|
||||
Arm::memory_region_attr(Page_flags const & flags)
|
||||
{
|
||||
typedef typename T::Tex Tex;
|
||||
typedef typename T::C C;
|
||||
|
Loading…
x
Reference in New Issue
Block a user