diff options
author | Helge Deller <deller@gmx.de> | 2019-05-03 23:51:00 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-06 00:10:03 +0200 |
commit | 62217beb394e654bbd2bb87c533dadd2d8bf62c6 (patch) | |
tree | 3adcd75c34fa8d4aa3836a5e30e0d8a72995a95a /arch/parisc/Kconfig | |
parent | bdca5d64ee92abeacd6dada0bc6f6f8e6350dd67 (diff) |
parisc: Add static branch and JUMP_LABEL feature
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 26c215570adf..c971256a74d2 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -45,6 +45,8 @@ config PARISC select HAVE_DEBUG_STACKOVERFLOW select HAVE_ARCH_AUDITSYSCALL select HAVE_ARCH_HASH + select HAVE_ARCH_JUMP_LABEL + select HAVE_ARCH_JUMP_LABEL_RELATIVE select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK select HAVE_REGS_AND_STACK_ACCESS_API |