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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2023 17:45:30 +0000 (18:45 +0100)
commit5bdd0ced1f9c215500b2e9dd77a6c18d9fdf2f01
treee786fd8159dce3ec4209c062b893f5c54ac00a6b
parent164960641e6c040e5593a962f5609255f008a8fe
parisc: Fix asm operand number out of range build error in bug table

[ Upstream commit 487635756198cad563feb47539c6a37ea57f1dae ]

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+
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/parisc/include/asm/bug.h