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:39:24 +0000 (18:39 +0100)
commit5656634ce01efbb68b4eef45f04a35f7bad32496
treedfc7b8c6f4e8bccf1798b5e95d08282bdcc9eb28
parentf9e9e156dbbb389ab3c2ee26340313dbbede8daa
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