csky: Fixup msa highest 3 bits mask
authorLiu Yibin <jiulong@linux.alibaba.com>
Tue, 21 Apr 2020 07:56:28 +0000 (15:56 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Wed, 13 May 2020 09:55:05 +0000 (17:55 +0800)
commit165f2d2858013253042809df082b8df7e34e86d7
treeaeccca734fe97d89105a3674fc30d7355e6581fe
parentc2e59d1f4df8783856a4e6a05a7d4a76d7cf7082
csky: Fixup msa highest 3 bits mask

Just as comment mentioned, the msa format:

 cr<30/31, 15> MSA register format:
 31 - 29 | 28 - 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0
   BA     Reserved  SH  WA  B   SO SEC  C   D   V

So we should shift 29 bits not 28 bits for mask

Signed-off-by: Liu Yibin <jiulong@linux.alibaba.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/abiv1/inc/abi/entry.h
arch/csky/abiv2/inc/abi/entry.h