projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b3d8a
)
typo ... change 'single_thread' to 'round_robin_policy'
author
Korey Sewell
<ksewell@umich.edu>
Mon, 3 Jul 2006 03:27:13 +0000
(23:27 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Mon, 3 Jul 2006 03:27:13 +0000
(23:27 -0400)
--HG--
extra : convert_revision :
a4a5cb90557f786d42c6178bc6e268312c5ecbee
src/cpu/o3/alpha/cpu_builder.cc
patch
|
blob
|
history
diff --git
a/src/cpu/o3/alpha/cpu_builder.cc
b/src/cpu/o3/alpha/cpu_builder.cc
index 12d083a436a5e676ff548f7840de8f2b431dc6d6..490305cbf2b8038a039f09c7d3b1b2dadb1aeec9 100644
(file)
--- a/
src/cpu/o3/alpha/cpu_builder.cc
+++ b/
src/cpu/o3/alpha/cpu_builder.cc
@@
-377,7
+377,7
@@
CREATE_SIM_OBJECT(DerivO3CPU)
std::string single_thread = "SingleThread";
if (actual_num_threads > 1 && single_thread.compare(smtFetchPolicy) == 0)
- params->smtFetchPolicy =
single_thread
;
+ params->smtFetchPolicy =
round_robin_policy
;
else
params->smtFetchPolicy = smtFetchPolicy;