parisc: Fix asm operand number out of range build error in bug table
authorHelge Deller <deller@gmx.de>
Mon, 27 Nov 2023 09:39:26 +0000 (10:39 +0100)
committerHelge Deller <deller@gmx.de>
Mon, 27 Nov 2023 10:01:38 +0000 (11:01 +0100)
Build is broken if CONFIG_DEBUG_BUGVERBOSE=n.
Fix it be using the correct asm operand number.

Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Fixes: fe76a1349f23 ("parisc: Use natural CPU alignment for bug_table")
Cc: stable@vger.kernel.org # v6.0+
arch/parisc/include/asm/bug.h

index 1641ff9a8b83e0bab486f45d398a026d2bc83acb..833555f74ffa7241a44af41f58b32164ba381169 100644 (file)
@@ -71,7 +71,7 @@
                asm volatile("\n"                                       \
                             "1:\t" PARISC_BUG_BREAK_ASM "\n"           \
                             "\t.pushsection __bug_table,\"a\"\n"       \
-                            "\t.align %2\n"                            \
+                            "\t.align 4\n"                             \
                             "2:\t" __BUG_REL(1b) "\n"                  \
                             "\t.short %0\n"                            \
                             "\t.blockz %1-4-2\n"                       \