]> git.baikalelectronics.ru Git - kernel.git/commit
csky: Coding convention in entry.S
authorGuo Ren <guoren@linux.alibaba.com>
Sun, 24 May 2020 12:14:11 +0000 (12:14 +0000)
committerGuo Ren <guoren@linux.alibaba.com>
Thu, 28 May 2020 00:18:36 +0000 (00:18 +0000)
commit87fb24aa7e06e2f360c7af9c7194f3ec779c1f33
treef16d01a2a87fd1047e9636b8097a7fb46293ec8c
parent5109063bc881cdc6b7714b4dbe4ba3e359812715
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>
arch/csky/abiv1/inc/abi/entry.h
arch/csky/abiv2/inc/abi/entry.h
arch/csky/include/asm/thread_info.h
arch/csky/kernel/entry.S