commit | 9e2ca15322acc5a0a697305e02af9ce5ac881f66 | [log] [tgz] |
---|---|---|
author | Guo Ren <guoren@linux.alibaba.com> | Wed May 13 17:16:26 2020 +0800 |
committer | Guo Ren <guoren@linux.alibaba.com> | Wed May 13 17:55:06 2020 +0800 |
tree | 96ac36843530a82b31e32d36999e9f185d0d8586 | |
parent | 6633a5aa8eb6bda70eb3a9837efd28a67ccc6e0a [diff] |
csky: Fixup remove unnecessary save/restore PSR code All processes' PSR could success from SETUP_MMU, so need set it in INIT_THREAD again. And use a3 instead of r7 in __switch_to for code convention. Signed-off-by: Guo Ren <guoren@linux.alibaba.com>