]> git.baikalelectronics.ru Git - kernel.git/commit
s390/vx: remove comments from macros which break LLVM's IAS
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 3 May 2022 08:48:41 +0000 (10:48 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 6 May 2022 18:45:14 +0000 (20:45 +0200)
commitf125757f2587f728edf77fa5f683001b2325e24e
tree27740a5ae0dd01ad63241db3816bc2d9dd85e5d2
parentcb10bd1df1a089b4fcb74545a2a16b53c5ccb3c5
s390/vx: remove comments from macros which break LLVM's IAS

LLVM's integrated assembler does not like comments within macros:

<instantiation>:3:19: error: too many positional arguments
        GR_NUM  b2, 1       /* Base register */
                            ^
Remove them, since they are obvious anyway.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/vx-insn.h