commit | bd11aabd35287b6961d197539aa61da5ab8fc0d7 | [log] [tgz] |
---|---|---|
author | Guo Ren <guoren@linux.alibaba.com> | Wed Apr 08 20:11:03 2020 +0800 |
committer | Guo Ren <guoren@linux.alibaba.com> | Wed May 13 17:55:05 2020 +0800 |
tree | 27163eb2408e295bd0f01bbeb560096d956f59e6 | |
parent | a13d5887ffaf128c955432cd6005cd12d50f9124 [diff] |
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>