diff options
author | Helge Deller <deller@gmx.de> | 2018-06-28 22:47:11 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-08-13 09:30:50 +0200 |
commit | 75ebedf1d26376cafad87b43196c15161463b82a (patch) | |
tree | b10ea241807a90fcfb2602907bb01ede817eb7ee /arch/parisc/Kconfig | |
parent | 93cb8e20d56be40c541475f77b5f565fbb385a4b (diff) | |
download | linux-75ebedf1d26376cafad87b43196c15161463b82a.tar.gz linux-75ebedf1d26376cafad87b43196c15161463b82a.tar.bz2 linux-75ebedf1d26376cafad87b43196c15161463b82a.zip |
parisc: Add HAVE_REGS_AND_STACK_ACCESS_API feature
Some parts of the HAVE_REGS_AND_STACK_ACCESS_API feature is needed for
the rseq syscall. This patch adds the most important parts, and as long
as we don't support kprobes, we should be fine.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 1fcdf1565b23..e21751fb24aa 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -45,6 +45,7 @@ config PARISC select HAVE_ARCH_HASH select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK + select HAVE_REGS_AND_STACK_ACCESS_API select GENERIC_SCHED_CLOCK select HAVE_UNSTABLE_SCHED_CLOCK if SMP select GENERIC_CLOCKEVENTS |