| commit | c5fcfc5ee25f24e8ec071e2e9a0907ec9cfd0730 | [log] [tgz] |
|---|---|---|
| author | Yuji Mano <yuji.mano@am.sony.com> | Thu Mar 19 13:54:46 2009 -0700 |
| committer | Yuji Mano <yuji.mano@am.sony.com> | Mon Mar 23 12:20:52 2009 -0700 |
| tree | c7f4c7b62f08a4577ff79d5b1b507c3ed46ba014 | |
| parent | f0cce3535783388e4e7e3c858c7ff2d20b82748a [diff] |
task: Remove memmove usage This patch removes the use of memmove from task semaphore and queue implementations and uses a circular buffer for storing the wait id's to improve performance and reduce code size. Signed-off-by: Yuji Mano <yuji.mano@am.sony.com> Acked-by: Kazunori Asayama <asayama@sm.sony.co.jp>