Skip to content

Commit 55b224d

Browse files
committed
Merge tag 'parisc-for-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc fix from Helge Deller: "A single line patch for parisc which fixes the build in tinyconfig configurations: - Fix asm operand number out of range build error in bug table" * tag 'parisc-for-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: Fix asm operand number out of range build error in bug table
2 parents bee0e77 + 4876357 commit 55b224d

File tree

1 file changed

+1
-1
lines changed
  • arch/parisc/include/asm

1 file changed

+1
-1
lines changed

arch/parisc/include/asm/bug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
asm volatile("\n" \
7272
"1:\t" PARISC_BUG_BREAK_ASM "\n" \
7373
"\t.pushsection __bug_table,\"a\"\n" \
74-
"\t.align %2\n" \
74+
"\t.align 4\n" \
7575
"2:\t" __BUG_REL(1b) "\n" \
7676
"\t.short %0\n" \
7777
"\t.blockz %1-4-2\n" \

0 commit comments

Comments
 (0)