diff TaskManager/kernel/ppe/TaskManagerImpl.cc @ 1588:f7d35318ea76 draft

fix min_cpu() anc max_cpu()
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Sun, 31 Mar 2013 22:01:12 +0900
parents e8c9a7099bcc
children 5b99bcc6bdb0
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/TaskManagerImpl.cc	Sun Mar 31 20:44:05 2013 +0900
+++ b/TaskManager/kernel/ppe/TaskManagerImpl.cc	Sun Mar 31 22:01:12 2013 +0900
@@ -273,9 +273,9 @@
 {
     task_list->cpu_type = type;
     if (machineNum==0)
-    task->cpu_type = CPU_PPE ;
+        task->cpu_type = CPU_PPE ;
     else
-    task->cpu_type = type;
+        task->cpu_type = type;
 }
 
 #if 0