comparison TaskManager/kernel/schedule/Scheduler.cc @ 1479:163220e54cc0 draft

remove hard code for TaskLog
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Jul 2012 17:15:15 +0900
parents e8db2e2d426c
children f2512fb94223
comparison
equal deleted inserted replaced
1478:beda5f2f88ce 1479:163220e54cc0
38 /*! @brief speTaskの入出力のパイプラインバッファを確保する 38 /*! @brief speTaskの入出力のパイプラインバッファを確保する
39 */ 39 */
40 40
41 //useRefDmaは、0という初期値が設定されている。 41 //useRefDmaは、0という初期値が設定されている。
42 void 42 void
43 Scheduler::init(TaskManagerImpl *m, int useRefDma) 43 Scheduler::init(TaskManagerImpl *m, int useRefDma, int export_task_log)
44 { 44 {
45 hash = 0; 45 hash = 0;
46 46
47 #ifndef NOT_CHECK 47 #ifndef NOT_CHECK
48 task_count = 0; 48 task_count = 0;