summaryrefslogtreecommitdiff
path: root/src/arch/power/utility.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/utility.hh')
-rw-r--r--src/arch/power/utility.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh
index 0dc9294a5..c3868c189 100644
--- a/src/arch/power/utility.hh
+++ b/src/arch/power/utility.hh
@@ -92,6 +92,8 @@ getExecutingAsid(ThreadContext *tc)
return 0;
}
+void initCPU(ThreadContext *, int cpuId);
+
} // namespace PowerISA