csky: Fixup compile error for abiv1 entry.S
authorGuo Ren <guoren@linux.alibaba.com>
Wed, 8 Apr 2020 12:11:03 +0000 (20:11 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Wed, 13 May 2020 09:55:05 +0000 (17:55 +0800)
commitbd11aabd35287b6961d197539aa61da5ab8fc0d7
tree27163eb2408e295bd0f01bbeb560096d956f59e6
parenta13d5887ffaf128c955432cd6005cd12d50f9124
csky: Fixup compile error for abiv1 entry.S

This bug is from uprobe signal definition in thread_info.h. The
instruction (andi) of abiv1 immediate is smaller than abiv2, then
it will cause:

  AS      arch/csky/kernel/entry.o
 arch/csky/kernel/entry.S: Assembler messages:
 arch/csky/kernel/entry.S:224: Error: Operand 2 immediate is overflow.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/include/asm/thread_info.h