diff options
Diffstat (limited to 'src/mem/protocol/RubySlicc_Exports.sm')
-rw-r--r-- | src/mem/protocol/RubySlicc_Exports.sm | 2 |
1 files changed, 0 insertions, 2 deletions
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"; } |