projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed234dd
)
ruby: fix typo in MOESI_CMP_token protocol
author
Lena Olson
<lena@cs.wisc.edu>
Thu, 20 Jun 2013 21:20:38 +0000
(16:20 -0500)
committer
Lena Olson
<lena@cs.wisc.edu>
Thu, 20 Jun 2013 21:20:38 +0000
(16:20 -0500)
src/mem/protocol/MOESI_CMP_token-L1cache.sm
patch
|
blob
|
history
diff --git
a/src/mem/protocol/MOESI_CMP_token-L1cache.sm
b/src/mem/protocol/MOESI_CMP_token-L1cache.sm
index 935fe03c7f05da78c896708e99fb5ad58e4c57c1..91e4f355e43d8c4dfd947318a7572799641cd5f2 100644
(file)
--- a/
src/mem/protocol/MOESI_CMP_token-L1cache.sm
+++ b/
src/mem/protocol/MOESI_CMP_token-L1cache.sm
@@
-421,7
+421,7
@@
machine(L1Cache, "Token protocol")
}
}
- bool okToIssueStarving(Address addr, MachineID machinID) {
+ bool okToIssueStarving(Address addr, MachineID machin
e
ID) {
return persistentTable.okToIssueStarving(addr, machineID);
}