summary refs log tree commit diff
path: root/arch/parisc/kernel/signal32.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-11-18 12:13:24 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-11-18 12:13:24 -0800
commita6a6d227facf8024e3356f8eafcd8155453cd2e2 (patch)
treea6dc1593adf89bc7c16836b83aa36a306e29287a /arch/parisc/kernel/signal32.h
parentc46e8ece9613b18d9554e2382a228b6e1795288d (diff)
parent9412f5aaa86429e018941994076bd63a0618111c (diff)
downloadlinux-a6a6d227facf8024e3356f8eafcd8155453cd2e2.tar.gz
Merge tag 'for-5.16/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc fixes from Helge Deller:
 "parisc bug and warning fixes and wire up futex_waitv.

  Fix some warnings which showed up with allmodconfig builds, a revert
  of a change to the sigreturn trampoline which broke signal handling,
  wire up futex_waitv and add CONFIG_PRINTK_TIME=y to 32bit defconfig"

* tag 'for-5.16/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfig
  Revert "parisc: Reduce sigreturn trampoline to 3 instructions"
  parisc: Wrap assembler related defines inside __ASSEMBLY__
  parisc: Wire up futex_waitv
  parisc: Include stringify.h to avoid build error in crypto/api.c
  parisc/sticon: fix reverse colors
Diffstat (limited to 'arch/parisc/kernel/signal32.h')
-rw-r--r--arch/parisc/kernel/signal32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/signal32.h b/arch/parisc/kernel/signal32.h
index a5bdbb5678b7..f166250f2d06 100644
--- a/arch/parisc/kernel/signal32.h
+++ b/arch/parisc/kernel/signal32.h
@@ -36,7 +36,7 @@ struct compat_regfile {
         compat_int_t rf_sar;
 };
 
-#define COMPAT_SIGRETURN_TRAMP 3
+#define COMPAT_SIGRETURN_TRAMP 4
 #define COMPAT_SIGRESTARTBLOCK_TRAMP 5
 #define COMPAT_TRAMP_SIZE (COMPAT_SIGRETURN_TRAMP + \
 				COMPAT_SIGRESTARTBLOCK_TRAMP)