comparison TaskManager/kernel/ppe/HTaskInfo.cc @ 54:90523ccc4dff

*** empty log message ***
author gongo
date Sat, 16 Feb 2008 14:38:36 +0900
parents f154d9d07a42
children 54355e641172
comparison
equal deleted inserted replaced
53:0c8ae614d421 54:90523ccc4dff
42 42
43 return 0; 43 return 0;
44 } 44 }
45 45
46 HTaskPtr 46 HTaskPtr
47 HTaskInfo::create(int cmd, int size, 47 HTaskInfo::create(int cmd, int size, DmaBuffer *in_addr, DmaBuffer *out_addr)
48 unsigned long long in_addr,
49 unsigned long long out_addr)
50 { 48 {
51 HTaskPtr q; 49 HTaskPtr q;
52 50
53 if (freeHTask == NULL) { 51 if (freeHTask == NULL) {
54 extend_pool(100); 52 extend_pool(100);