first pass at merging m5 with linux
[gem5.git] / arch / alpha / pseudo_inst.hh
index b212a392cfcb1a1656e741399551ffd74178045e..85f432504d180765811d74353d1780746e06cc96 100644 (file)
@@ -30,6 +30,14 @@ class ExecContext;
 
 namespace AlphaPseudo
 {
+    /**
+     * @todo these externs are only here for a hack in fullCPU::takeOver...
+     */
+    extern bool doStatisticsInsts;
+    extern bool doCheckpointInsts;
+    extern bool doQuiesce;
+
+    void quiesce(ExecContext *xc);
     void m5exit(ExecContext *xc);
     void m5exit_old(ExecContext *xc);
     void resetstats(ExecContext *xc);