summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/graduation_unit.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2010-01-31 18:28:59 -0500
committerKorey Sewell <ksewell@umich.edu>2010-01-31 18:28:59 -0500
commit0b29c2d057d2d6f4f8b9b7853da91bcb283e805c (patch)
treee594abc10fc92baaed872fe7139153bd5a86ffcf /src/cpu/inorder/resources/graduation_unit.hh
parentffa9ecb1fa71f1fe89a65975b2c558e312bbfbc8 (diff)
downloadgem5-0b29c2d057d2d6f4f8b9b7853da91bcb283e805c.tar.xz
inorder: ctxt switch stats
- m5 line enforcement on use_def.cc,hh
Diffstat (limited to 'src/cpu/inorder/resources/graduation_unit.hh')
-rw-r--r--src/cpu/inorder/resources/graduation_unit.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/inorder/resources/graduation_unit.hh b/src/cpu/inorder/resources/graduation_unit.hh
index ad222b119..7f0db98d0 100644
--- a/src/cpu/inorder/resources/graduation_unit.hh
+++ b/src/cpu/inorder/resources/graduation_unit.hh
@@ -63,8 +63,6 @@ class GraduationUnit : public Resource {
bool *nonSpecInstActive[ThePipeline::MaxThreads];
InstSeqNum *nonSpecSeqNum[ThePipeline::MaxThreads];
-
- /** @todo: Add Resource Stats Here */
};
#endif //__CPU_INORDER_GRAD_UNIT_HH__