changeset b3d642f01495 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=b3d642f01495
description:
        MOESI_CMP_token: removed unused message fields

diffstat:

 src/mem/protocol/MOESI_CMP_token-msg.sm |  6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r bc39c93a5519 -r b3d642f01495 src/mem/protocol/MOESI_CMP_token-msg.sm
--- a/src/mem/protocol/MOESI_CMP_token-msg.sm   Sun Feb 06 22:14:19 2011 -0800
+++ b/src/mem/protocol/MOESI_CMP_token-msg.sm   Sun Feb 06 22:14:19 2011 -0800
@@ -76,9 +76,7 @@
   Address Address,             desc="Physical address for this request";
   PersistentRequestType Type,  desc="Type of starvation request";
   MachineID Requestor,            desc="Node who initiated the request";
-  MachineType RequestorMachine,   desc="Type of machine who requested";
   NetDest Destination,             desc="Destination set";
-  MachineType DestMachine,         desc="type of destination component";
   MessageSizeType MessageSize, desc="size category of the message";
   AccessModeType AccessMode,    desc="user/supervisor access type";
   PrefetchBit Prefetch,         desc="Is this a prefetch request";
@@ -89,8 +87,6 @@
   Address Address,             desc="Physical address for this request";
   CoherenceRequestType Type,   desc="Type of request (GetS, GetX, PutX, etc)";
   MachineID Requestor,            desc="Node who initiated the request";
-  MachineType RequestorMachine,   desc="Type of machine who requested";
-  MachineType DestMachine,        desc="Type of destination machine";
   NetDest Destination,             desc="Multicast destination mask";
   bool isLocal,                    desc="Is this request from a local L1";
   int RetryNum,                    desc="retry sequence number";
@@ -104,9 +100,7 @@
   Address Address,             desc="Physical address for this request";
   CoherenceResponseType Type,  desc="Type of response (Ack, Data, etc)";
   MachineID Sender,               desc="Node who sent the data";
-  MachineType SenderMachine,     desc="component that is sending";
   NetDest Destination,             desc="Node to whom the data is sent";
-  MachineType DestMachine,     desc="What component receives the data";
   int Tokens,                  desc="Number of tokens being transfered for 
this line";
   DataBlock DataBlk,           desc="data for the cache line";
   bool Dirty,                  desc="Is the data dirty (different than 
memory)?";
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to