commit | 20f69538b9ab7175e1474a73e2793b8278846e1e | [log] [tgz] |
---|---|---|
author | Guo Ren <guoren@linux.alibaba.com> | Sun May 24 12:14:11 2020 +0000 |
committer | Guo Ren <guoren@linux.alibaba.com> | Thu May 28 00:18:36 2020 +0000 |
tree | f16d01a2a87fd1047e9636b8097a7fb46293ec8c | |
parent | e0bbb53843b5fdfe464b099217e3b9d97e8a75d7 [diff] |
csky: Coding convention in entry.S There is no fixup or feature in the patch, we only cleanup with: - Remove unnecessary reg used (r11, r12), just use r9 & r10 & syscallid regs as temp useage. - Add _TIF_SYSCALL_WORK and _TIF_WORK_MASK to gather macros. Signed-off-by: Guo Ren <guoren@linux.alibaba.com>