summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/Sequencer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/system/Sequencer.cc')
-rw-r--r--src/mem/ruby/system/Sequencer.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mem/ruby/system/Sequencer.cc b/src/mem/ruby/system/Sequencer.cc
index 87fbc66b5..fa5b75eb3 100644
--- a/src/mem/ruby/system/Sequencer.cc
+++ b/src/mem/ruby/system/Sequencer.cc
@@ -627,26 +627,6 @@ void Sequencer::hitCallback(const CacheMsg& request, DataBlock& data, GenericMac
}
}
-void Sequencer::readConflictCallback(const Address& address) {
- std::cout << __FILE__ << "(" << __LINE__ << "): Not implemented. " << std::endl;
-}
-
-void Sequencer::readConflictCallback(const Address& address, GenericMachineType respondingMach, int thread) {
- std::cout << __FILE__ << "(" << __LINE__ << "): Not implemented. " << std::endl;
-}
-
-void Sequencer::writeConflictCallback(const Address& address) {
- std::cout << __FILE__ << "(" << __LINE__ << "): Not implemented. " << std::endl;
-}
-
-void Sequencer::writeConflictCallback(const Address& address, GenericMachineType respondingMach, int thread) {
- std::cout << __FILE__ << "(" << __LINE__ << "): Not implemented. " << std::endl;
-}
-
-void Sequencer::conflictCallback(const CacheMsg& request, GenericMachineType respondingMach, int thread) {
- std::cout << __FILE__ << "(" << __LINE__ << "): Not implemented. " << std::endl;
-}
-
void Sequencer::printDebug(){
//notify driver of debug
g_system_ptr->getDriver()->printDebug();