diff options
author | Guo Ren <guoren@linux.alibaba.com> | 2020-04-02 19:52:27 +0800 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2020-04-03 11:37:51 +0800 |
commit | 8f6bb793b2be82f1f73bfb416486f156f70b4314 (patch) | |
tree | 783eef0d08ebaa652b335db205f99e970d4a2c0d /arch/csky/Kconfig | |
parent | 33e53ae1ce413a081254e686d9b27cc1b3585e2f (diff) | |
download | linux-stable-8f6bb793b2be82f1f73bfb416486f156f70b4314.tar.gz linux-stable-8f6bb793b2be82f1f73bfb416486f156f70b4314.tar.bz2 linux-stable-8f6bb793b2be82f1f73bfb416486f156f70b4314.zip |
csky: Add uprobes support
This patch adds support for uprobes on csky architecture.
Just like kprobe, it support single-step and simulate instructions.
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'arch/csky/Kconfig')
-rw-r--r-- | arch/csky/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index f76c333758ca..94545d50d40f 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -75,6 +75,9 @@ config CSKY config LOCKDEP_SUPPORT def_bool y +config ARCH_SUPPORTS_UPROBES + def_bool y if !CPU_CK610 + config CPU_HAS_CACHEV2 bool |