commit | e8f4aa6087fa80732382881ef7c0c96733bb1984 | [log] [tgz] |
---|---|---|
author | Allen Pais <allen.pais@oracle.com> | Thu Oct 13 10:06:13 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 11 18:01:51 2016 -0800 |
tree | 5a1848f14f63641d6d866a1596eddb99c554f21d | |
parent | 69973b830859bc6529a7a0468ba0d80ee5117826 [diff] [blame] |
sparc64:Support User Probes for sparc Signed-off-by: Eric Saint Etienne <eric.saint.etienne@oracle.com> Signed-off-by: Allen Pais <allen.pais@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 165ecdd..cf4034c 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig
@@ -155,6 +155,9 @@ default 4 if 64BIT default 3 +config ARCH_SUPPORTS_UPROBES + def_bool y if SPARC64 + source "init/Kconfig" source "kernel/Kconfig.freezer"