changeset 1839:f71b722001dd draft

remove ppe/task_init.cc
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Fri, 20 Dec 2013 20:00:31 +0900
parents 759587e37bc7
children 0305732326ca
files example/fileread/ppe/task_init.cc example/fileread/task_init.cc
diffstat 2 files changed, 21 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/example/fileread/ppe/task_init.cc	Fri Dec 20 18:02:45 2013 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#include "Func.h"
-#include "Scheduler.h"
-
-/* 必ずこの位置に書いて */
-SchedExternTask(Read_task);
-SchedExternTask(Print_task);
-SchedExternTask(RUN_BLOCKS);
-
-/**
- * この関数は ../spe/spe-main と違って
- * 自分で呼び出せばいい関数なので
- * 好きな関数名でおk (SchedRegisterTask は必須)
- */
-
-void
-task_init(void)
-{
-  SchedRegister(Read_task);
-  SchedRegister(Print_task);
-  SchedRegister(RUN_BLOCKS);
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/fileread/task_init.cc	Fri Dec 20 20:00:31 2013 +0900
@@ -0,0 +1,21 @@
+#include "Func.h"
+#include "Scheduler.h"
+
+/* 必ずこの位置に書いて */
+SchedExternTask(Read_task);
+SchedExternTask(Print_task);
+SchedExternTask(RUN_BLOCKS);
+
+/**
+ * この関数は ../spe/spe-main と違って
+ * 自分で呼び出せばいい関数なので
+ * 好きな関数名でおk (SchedRegisterTask は必須)
+ */
+
+void
+task_init(void)
+{
+  SchedRegister(Read_task);
+  SchedRegister(Print_task);
+  SchedRegister(RUN_BLOCKS);
+}