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:
Martin Stein
2014-03-07 18:53:29 +01:00
committed by Norman Feske
parent aeb9213e73
commit b9041d601d

View File

@@ -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;