summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/Sequencer.hh
diff options
context:
space:
mode:
authorPolina Dudnik <pdudnik@gmail.com>2009-08-21 15:52:46 -0500
committerPolina Dudnik <pdudnik@gmail.com>2009-08-21 15:52:46 -0500
commita4fc1bad94f028111dcf36ac53c42e5dab79605d (patch)
tree5573cc6c1b9472dd6f21e513de785ab066a2ff2d /src/mem/ruby/system/Sequencer.hh
parentc438b2e431066d9324238e1c678ef68a3b721f33 (diff)
downloadgem5-a4fc1bad94f028111dcf36ac53c42e5dab79605d.tar.xz
[mq]: first_patch
Diffstat (limited to 'src/mem/ruby/system/Sequencer.hh')
-rw-r--r--src/mem/ruby/system/Sequencer.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/ruby/system/Sequencer.hh b/src/mem/ruby/system/Sequencer.hh
index 2b1f023c5..e75cdaa3a 100644
--- a/src/mem/ruby/system/Sequencer.hh
+++ b/src/mem/ruby/system/Sequencer.hh
@@ -84,7 +84,7 @@ public:
// called by Tester or Simics
int64_t makeRequest(const RubyRequest & request);
- bool isReady(const RubyRequest& request);
+ bool isReady(const RubyRequest& request, bool dont_set = false);
bool empty() const;
void print(ostream& out) const;
@@ -125,7 +125,7 @@ private:
// Global outstanding request count, across all request tables
int m_outstanding_count;
bool m_deadlock_check_scheduled;
- int m_servicing_atomic;
+ unsigned m_servicing_atomic;
int m_atomics_counter;
};