diff TaskManager/kernel/ppe/TaskManagerImpl.cc @ 1492:73f4bfaeaf99 draft

fix select cpu type
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 14 Aug 2012 16:04:12 +0900
parents 85a848d7f181
children 9ccfdc408d51
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/TaskManagerImpl.cc	Wed Aug 08 13:45:00 2012 +0900
+++ b/TaskManager/kernel/ppe/TaskManagerImpl.cc	Tue Aug 14 16:04:12 2012 +0900
@@ -271,6 +271,7 @@
 void
 TaskManagerImpl::set_task_cpu(HTaskPtr task, CPU_TYPE type)
 {
+    task_list->cpu_type = type;
     if (machineNum==0)
 	task->cpu_type = CPU_PPE ;
     else