From b370f6a7b2fb9a4cd8e38b1db12845d401d3adf3 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Tue, 2 Oct 2012 14:35:44 -0500 Subject: ruby: rename template_hack to template I don't like using the word hack. Hence, the patch. --- src/mem/protocol/MOESI_CMP_directory-L1cache.sm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/protocol/MOESI_CMP_directory-L1cache.sm') diff --git a/src/mem/protocol/MOESI_CMP_directory-L1cache.sm b/src/mem/protocol/MOESI_CMP_directory-L1cache.sm index 7a5cc6511..43c2def2e 100644 --- a/src/mem/protocol/MOESI_CMP_directory-L1cache.sm +++ b/src/mem/protocol/MOESI_CMP_directory-L1cache.sm @@ -142,7 +142,7 @@ machine(L1Cache, "Directory protocol") MessageBuffer mandatoryQueue, ordered="false", abstract_chip_ptr="true"; - TBETable TBEs, template_hack=""; + TBETable TBEs, template=""; TimerTable useTimerTable; int l2_select_low_bit, default="RubySystem::getBlockSizeBits()"; -- cgit v1.2.3