]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit826423099575fcb566e69b1c5f339b4022e4b34e
tree27163eb2408e295bd0f01bbeb560096d956f59e6
parent7f42fe4658a093231e91a03018205a62cda1919e
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