summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm
diff options
context:
space:
mode:
authorTushar Krishna <Tushar.Krishna@amd.com>2009-08-07 13:59:40 -0700
committerTushar Krishna <Tushar.Krishna@amd.com>2009-08-07 13:59:40 -0700
commitb952eb19c18bffcd4519bac19f79979fab477ff6 (patch)
treebc9e34bce37742b5b85b76ff8be93a14b7c4e688 /src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm
parentbd7af84d5ecd037fe4ab1a66948c51d23eb0eb0d (diff)
downloadgem5-b952eb19c18bffcd4519bac19f79979fab477ff6.tar.xz
bug fix for data_msg_size in network/Network.cc
Diffstat (limited to 'src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm')
-rw-r--r--src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm b/src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm
index d68efc819..9f85e3a8f 100644
--- a/src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm
+++ b/src/mem/protocol/MSI_MOSI_CMP_directory-L2cache.sm
@@ -978,7 +978,7 @@ machine(L2Cache, "MOSI Directory L2 Cache CMP") {
action(uu_profileMiss, "\u", desc="Profile the demand miss") {
peek(L1RequestIntraChipL2Network_in, RequestMsg) {
- profile_L2Cache_miss(convertToGenericType(in_msg.Type), in_msg.AccessMode, MessageSizeTypeToInt(in_msg.MessageSize), in_msg.Prefetch, L1CacheMachIDToProcessorNum(in_msg.RequestorMachId));
+ //profile_L2Cache_miss(convertToGenericType(in_msg.Type), in_msg.AccessMode, MessageSizeTypeToInt(in_msg.MessageSize), in_msg.Prefetch, L1CacheMachIDToProcessorNum(in_msg.RequestorMachId));
}
}