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.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/power/vtophys.hh b/src/arch/power/vtophys.hh
index 1e8caf803..51696d9b2 100644
--- a/src/arch/power/vtophys.hh
+++ b/src/arch/power/vtophys.hh
@@ -43,6 +43,9 @@ class ThreadContext;
namespace PowerISA {
+Addr vtophys(Addr vaddr);
+Addr vtophys(ThreadContext *tc, Addr vaddr);
+
inline Addr
PteAddr(Addr a)
{