projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a278df0
)
inorder: update default thread size(=1)
author
Korey Sewell
<ksewell@umich.edu>
Fri, 18 Feb 2011 19:29:44 +0000
(14:29 -0500)
committer
Korey Sewell
<ksewell@umich.edu>
Fri, 18 Feb 2011 19:29:44 +0000
(14:29 -0500)
a lot of structures get allocated based off that MaxThreads parameter so this is an
effort to not abuse it
src/cpu/inorder/pipeline_traits.hh
patch
|
blob
|
history
diff --git
a/src/cpu/inorder/pipeline_traits.hh
b/src/cpu/inorder/pipeline_traits.hh
index 75f01adb1e53fe1e69cb930c030c8d09452f621a..573c0200abbd627beff32e6dcddbbd50fbb4efe6 100644
(file)
--- a/
src/cpu/inorder/pipeline_traits.hh
+++ b/
src/cpu/inorder/pipeline_traits.hh
@@
-51,7
+51,7
@@
class ResourceSked;
namespace ThePipeline {
// Pipeline Constants
const unsigned NumStages = 5;
- const ThreadID MaxThreads =
8
;
+ const ThreadID MaxThreads =
1
;
const unsigned BackEndStartStage = 2;
// List of Resources The Pipeline Uses