aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/oprofile/op_model_mipsxx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/oprofile/op_model_mipsxx.c b/arch/mips/oprofile/op_model_mipsxx.c
index c0c278fc0470..d953bb96150c 100644
--- a/arch/mips/oprofile/op_model_mipsxx.c
+++ b/arch/mips/oprofile/op_model_mipsxx.c
@@ -449,7 +449,9 @@ static int __init mipsxx_init(void)
}
save_perf_irq = perf_irq;
+#if 0
perf_irq = mipsxx_perfcount_handler;
+#endif
if (get_c0_perfcount_int)
perfcount_irq = get_c0_perfcount_int();