s390/bug: Add missing alignment
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 8 Dec 2025 12:40:56 +0000 (13:40 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 8 Dec 2025 14:42:41 +0000 (15:42 +0100)
commit70075e3d0ca0b72cc983d03f7cd9796e43492980
tree0acc6516fbd68c1e156be6bfcf0b3455c395937b
parent1a82d430c5f05d4bf15b86a9f0349e4a24ec485c
s390/bug: Add missing alignment

All objects are supposed to have a minimal alignment of two, since a
couple of instructions only work with even addresses. Add the missing
align statement for the file string.

Fixes: 6584ff203aec ("bugs/s390: Use 'cond_str' in __EMIT_BUG()")
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/bug.h