summaryrefslogtreecommitdiff
path: root/cpu/o3/commit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/commit.hh')
-rw-r--r--cpu/o3/commit.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/o3/commit.hh b/cpu/o3/commit.hh
index 60afe1fd4..6ddc8d6b9 100644
--- a/cpu/o3/commit.hh
+++ b/cpu/o3/commit.hh
@@ -40,8 +40,8 @@
// Probably not a big deal if the IPR stuff isn't cycle accurate. Can just
// have the original function handle writing to the IPR register.
-#ifndef __CPU_BETA_CPU_SIMPLE_COMMIT_HH__
-#define __CPU_BETA_CPU_SIMPLE_COMMIT_HH__
+#ifndef __CPU_O3_CPU_SIMPLE_COMMIT_HH__
+#define __CPU_O3_CPU_SIMPLE_COMMIT_HH__
#include "base/statistics.hh"
#include "base/timebuf.hh"
@@ -178,4 +178,4 @@ class SimpleCommit
Stats::Distribution<> n_committed_dist;
};
-#endif // __CPU_BETA_CPU_SIMPLE_COMMIT_HH__
+#endif // __CPU_O3_CPU_SIMPLE_COMMIT_HH__