| commit | 6d773b0dd71fa76777e62939b303d22c8a00138e | [log] [tgz] |
|---|---|---|
| author | Yuji Mano <yuji.mano@am.sony.com> | Thu Mar 19 13:54:58 2009 -0700 |
| committer | Yuji Mano <yuji.mano@am.sony.com> | Mon Mar 23 12:21:33 2009 -0700 |
| tree | 610ed7a32c25ac2e1aa8b74c9e41e67e9a5a4935 | |
| parent | 7ff60f2f6fe33c9f5d6fce65f52a1986c6a483a9 [diff] |
task: Module switch asm fix This patch fixes the task module module/task switch code. Need to reserve 16 bytes for global __module_stack and __task_stack storage. Put __module_stack and __task_stack in .bss since its uninitialized data. Replace incorrect lqr instructin with lqa instruction. Signed-off-by: Yuji Mano <yuji.mano@am.sony.com> Acked-by: Kazunori Asayama <asayama@sm.sony.co.jp>