arch: mips: Remove CONFIG_OPROFILE support
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 14 Jan 2021 11:35:21 +0000 (17:05 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 22 Jan 2021 06:42:26 +0000 (12:12 +0530)
commite258958945c6e1f682bf6d1f3b2bbf93895ae884
treed360ea11a7e103f6dba274e1d35bb2e8e373021d
parentd897a1670b3a84e6fde1c1da5270ec87316c98e3
arch: mips: 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>
17 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/configs/fuloong2e_defconfig
arch/mips/configs/ip32_defconfig
arch/mips/configs/lemote2f_defconfig
arch/mips/configs/mtx1_defconfig
arch/mips/configs/rs90_defconfig
arch/mips/include/asm/mach-loongson2ef/loongson.h
arch/mips/loongson2ef/fuloong-2e/irq.c
arch/mips/loongson2ef/lemote-2f/irq.c
arch/mips/oprofile/Makefile [deleted file]
arch/mips/oprofile/backtrace.c [deleted file]
arch/mips/oprofile/common.c [deleted file]
arch/mips/oprofile/op_impl.h [deleted file]
arch/mips/oprofile/op_model_loongson2.c [deleted file]
arch/mips/oprofile/op_model_loongson3.c [deleted file]
arch/mips/oprofile/op_model_mipsxx.c [deleted file]