summaryrefslogtreecommitdiff
path: root/src/arch/power/vtophys.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/vtophys.hh')
-rw-r--r--src/arch/power/vtophys.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/vtophys.hh b/src/arch/power/vtophys.hh
index 3cfebcfc7..8b88c9215 100644
--- a/src/arch/power/vtophys.hh
+++ b/src/arch/power/vtophys.hh
@@ -51,7 +51,7 @@ PteAddr(Addr a)
return (a & PteMask) << PteShift;
}
-} // PowerISA namespace
+} // namespace PowerISA
#endif // __ARCH_POWER_VTOPHYS_HH__