From 6ceaffd7240993761785c0d2f5e4f92bd94fbf32 Mon Sep 17 00:00:00 2001 From: Derek Hower Date: Mon, 11 May 2009 10:38:45 -0700 Subject: ruby: Cleaned up sequencer. Removed LogTM specific code. --- src/mem/protocol/RubySlicc_Exports.sm | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mem/protocol') diff --git a/src/mem/protocol/RubySlicc_Exports.sm b/src/mem/protocol/RubySlicc_Exports.sm index 36622cb40..b8752cffc 100644 --- a/src/mem/protocol/RubySlicc_Exports.sm +++ b/src/mem/protocol/RubySlicc_Exports.sm @@ -238,8 +238,6 @@ structure(CacheMsg, desc="...", interface="Message") { //int TransactionLevel, desc="Transaction Level of this request"; //uint64 SequenceNumber, desc="Sequence number of this request"; int ThreadID, desc="The SMT thread that initiated this request"; - uint64 Timestamp, desc="The transaction timestamp of this request. Last commit time if request is non-transactional"; - bool ExposedAction, desc="Is this request part of an exposed action"; //uint64 RequestTime, desc="The cycle in which this request was issued"; } -- cgit v1.2.3