inorder: update default thread size(=1)
authorKorey Sewell <ksewell@umich.edu>
Fri, 18 Feb 2011 19:29:44 +0000 (14:29 -0500)
committerKorey 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

index 75f01adb1e53fe1e69cb930c030c8d09452f621a..573c0200abbd627beff32e6dcddbbd50fbb4efe6 100644 (file)
@@ -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