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:
committed by
Norman Feske
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;
|
||||
|
||||
Reference in New Issue
Block a user