This patch supports cache flushing in MOESI_hammer
This commit is contained in:
@@ -148,7 +148,9 @@ MemCmd::commandInfo[] =
|
||||
/* BadAddressError -- memory address invalid */
|
||||
{ SET2(IsResponse, IsError), InvalidCmd, "BadAddressError" },
|
||||
/* PrintReq */
|
||||
{ SET2(IsRequest, IsPrint), InvalidCmd, "PrintReq" }
|
||||
{ SET2(IsRequest, IsPrint), InvalidCmd, "PrintReq" },
|
||||
/* Flush Request */
|
||||
{ SET3(IsRequest, IsFlush, NeedsExclusive), InvalidCmd, "FlushReq" }
|
||||
};
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user