On 05/27/2010 06:03 AM, Deng-Cheng Zhu wrote:
Now that Oprofile uses Perf-events as backend, its old framework files
are not needed. Kconfig is modified to let hardware performance events be
the prerequisite of Oprofile.
Signed-off-by: Deng-Cheng Zhu<dengcheng.zhu@xxxxxxxxx>
---
arch/mips/Kconfig | 4 +-
arch/mips/oprofile/Makefile | 7 -
arch/mips/oprofile/op_impl.h | 39 -----
arch/mips/oprofile/op_model_loongson2.c | 139 ------------------
arch/mips/oprofile/op_model_mipsxx.c | 237 -------------------------------
arch/mips/oprofile/op_model_rm9000.c | 124 ----------------
6 files changed, 2 insertions(+), 548 deletions(-)
delete mode 100644 arch/mips/oprofile/op_impl.h
delete mode 100644 arch/mips/oprofile/op_model_loongson2.c
delete mode 100644 arch/mips/oprofile/op_model_mipsxx.c
delete mode 100644 arch/mips/oprofile/op_model_rm9000.c
This patch could be folded into the previous one.
If the previous patch really makes these unused, it shouldn't leave them
hanging around.
David Daney