diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-04-09 19:30:28 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-03 23:47:39 +0200 |
commit | e0b59b7b633ab72c08bb9bac36afaeaade011ddf (patch) | |
tree | 022a7cc0212f2384354958be8b75e6ab59d6bc36 /arch/parisc/Kconfig | |
parent | 1253d18d2d51f79c74421fc4fe12fb4213fdd6ea (diff) | |
download | linux-stable-e0b59b7b633ab72c08bb9bac36afaeaade011ddf.tar.gz linux-stable-e0b59b7b633ab72c08bb9bac36afaeaade011ddf.tar.bz2 linux-stable-e0b59b7b633ab72c08bb9bac36afaeaade011ddf.zip |
parisc: Implement kretprobes
Implement kretprobes on parisc, parts stolen from powerpc.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
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 7712688608f4..c8038165b81f 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -56,6 +56,7 @@ config PARISC select NEED_SG_DMA_LENGTH select HAVE_ARCH_KGDB select HAVE_KPROBES + select HAVE_KRETPROBES help The PA-RISC microprocessor is designed by Hewlett-Packard and used |