summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/Sequencer.hh
diff options
context:
space:
mode:
authorDerek Hower <drh5@cs.wisc.edu>2009-05-11 10:38:46 -0700
committerDerek Hower <drh5@cs.wisc.edu>2009-05-11 10:38:46 -0700
commit0ccf8f35a57001bab2da39ea24afd288244e0dcd (patch)
tree0f95e1326920a917e406cf16f0c6136a3e13a607 /src/mem/ruby/system/Sequencer.hh
parent29f82f265aa7085eaf0659be8f67b2a95f5326e5 (diff)
downloadgem5-0ccf8f35a57001bab2da39ea24afd288244e0dcd.tar.xz
ruby: removed dead functions from the sequencer
Diffstat (limited to 'src/mem/ruby/system/Sequencer.hh')
-rw-r--r--src/mem/ruby/system/Sequencer.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mem/ruby/system/Sequencer.hh b/src/mem/ruby/system/Sequencer.hh
index 63e02817f..f4cc03131 100644
--- a/src/mem/ruby/system/Sequencer.hh
+++ b/src/mem/ruby/system/Sequencer.hh
@@ -83,13 +83,6 @@ public:
CacheMsg & getReadRequest( const Address & addr, int thread );
CacheMsg & getWriteRequest( const Address & addr, int thread );
- // called by Ruby when transaction completes
- void writeConflictCallback(const Address& address);
- void readConflictCallback(const Address& address);
- void writeConflictCallback(const Address& address, GenericMachineType respondingMach, int thread);
- void readConflictCallback(const Address& address, GenericMachineType respondingMach, int thread);
- void conflictCallback(const CacheMsg& request, GenericMachineType respondingMach, int thread);
-
void writeCallback(const Address& address, DataBlock& data);
void readCallback(const Address& address, DataBlock& data);
void writeCallback(const Address& address);