typo ... change 'single_thread' to 'round_robin_policy'
authorKorey Sewell <ksewell@umich.edu>
Mon, 3 Jul 2006 03:27:13 +0000 (23:27 -0400)
committerKorey 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

index 12d083a436a5e676ff548f7840de8f2b431dc6d6..490305cbf2b8038a039f09c7d3b1b2dadb1aeec9 100644 (file)
@@ -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;