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.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh
index 1a13d1e40..b41533e65 100644
--- a/src/arch/power/utility.hh
+++ b/src/arch/power/utility.hh
@@ -49,13 +49,6 @@ buildRetPC(const PCState &curPC, const PCState &callPC)
return retPC;
}
-/**
- * Function to ensure ISA semantics about 0 registers.
- * @param tc The thread context.
- */
-template <class TC>
-void zeroRegisters(TC *tc);
-
inline void
startupCPU(ThreadContext *tc, int cpuId)
{