summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MESI_CMP_directory-L1cache.sm
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2011-08-03 18:25:30 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2011-08-03 18:25:30 -0500
commit720c0be620bd3427b5222e437fc7a82cb3a9ad7f (patch)
tree8bb28460993cea2b4d33d704fe77d18e491ac4a1 /src/mem/protocol/MESI_CMP_directory-L1cache.sm
parent6230668f5e7e4d7298d039a99d3bd73d9064bea9 (diff)
downloadgem5-720c0be620bd3427b5222e437fc7a82cb3a9ad7f.tar.xz
Ruby: Remove files and includes not in use
Diffstat (limited to 'src/mem/protocol/MESI_CMP_directory-L1cache.sm')
-rw-r--r--src/mem/protocol/MESI_CMP_directory-L1cache.sm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/protocol/MESI_CMP_directory-L1cache.sm b/src/mem/protocol/MESI_CMP_directory-L1cache.sm
index 287bda004..b2ba0872e 100644
--- a/src/mem/protocol/MESI_CMP_directory-L1cache.sm
+++ b/src/mem/protocol/MESI_CMP_directory-L1cache.sm
@@ -130,7 +130,6 @@ machine(L1Cache, "MSI Directory L1 Cache CMP")
MessageBuffer mandatoryQueue, ordered="false";
- int cache_state_to_int(State state);
int l2_select_low_bit, default="RubySystem::getBlockSizeBits()";
void set_cache_entry(AbstractCacheEntry a);