diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2021-01-14 12:35:26 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2021-01-29 05:35:51 +0100 |
commit | 482cae0a9f322957613e986d4e0172fc1ccb099d (patch) | |
tree | 54583adbd603d3af87067ec3412d0f801b0dcb72 /arch/sh/configs/sdk7786_defconfig | |
parent | arch: s390: Remove CONFIG_OPROFILE support (diff) | |
download | linux-482cae0a9f322957613e986d4e0172fc1ccb099d.tar.xz linux-482cae0a9f322957613e986d4e0172fc1ccb099d.zip |
arch: sh: Remove CONFIG_OPROFILE support
The "oprofile" user-space tools don't use the kernel OPROFILE support
any more, and haven't in a long time. User-space has been converted to
the perf interfaces.
Remove the old oprofile's architecture specific support.
Suggested-by: Christoph Hellwig <hch@infradead.org>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Robert Richter <rric@kernel.org>
Acked-by: William Cohen <wcohen@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/sh/configs/sdk7786_defconfig')
-rw-r--r-- | arch/sh/configs/sdk7786_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/sdk7786_defconfig b/arch/sh/configs/sdk7786_defconfig index 61bec46ebd66..e804347cf68c 100644 --- a/arch/sh/configs/sdk7786_defconfig +++ b/arch/sh/configs/sdk7786_defconfig @@ -35,7 +35,6 @@ CONFIG_RD_LZO=y # CONFIG_COMPAT_BRK is not set CONFIG_SLAB=y CONFIG_PROFILING=y -CONFIG_OPROFILE=m CONFIG_KPROBES=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y |