| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH RESEND 17/17] MIPS: lantiq: enable oprofile support on lantiq targets |
| From: | John Crispin <blogic@openwrt.org> |
| Date: | Wed, 11 Jan 2012 21:44:34 +0100 |
| Cc: | linux-mips@linux-mips.org, John Crispin <blogic@openwrt.org> |
| In-reply-to: | <1326314674-9899-1-git-send-email-blogic@openwrt.org> |
| References: | <1326314674-9899-1-git-send-email-blogic@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch sets the performance counters irq for Lantiq SoCs.
Signed-off-by: John Crispin <blogic@openwrt.org>
---
arch/mips/lantiq/irq.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/mips/lantiq/irq.c b/arch/mips/lantiq/irq.c
index 3b8cea5..6304a80 100644
--- a/arch/mips/lantiq/irq.c
+++ b/arch/mips/lantiq/irq.c
@@ -40,6 +40,9 @@
#define MAX_EIU 6
+/* the performance counter */
+#define LTQ_PERF_IRQ (INT_NUM_IM4_IRL0 + 31)
+
/* irqs generated by device attached to the EBU need to be acked in
* a special manner
*/
@@ -317,6 +320,8 @@ void __init arch_init_irq(void)
set_c0_status(IE_SW0 | IE_SW1 | IE_IRQ0 | IE_IRQ1 |
IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5);
#endif
+
+ cp0_perfcount_irq = LTQ_PERF_IRQ;
}
unsigned int __cpuinit get_c0_compare_int(void)
--
1.7.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH RESEND 16/17] MIPS: make oprofile use cp0_perfcount_irq if it is set, John Crispin |
|---|---|
| Next by Date: | Re: [PATCH RESEND 15/17] NET: MIPS: lantiq: return value of request_irq was not handled gracefully, Sergei Shtylyov |
| Previous by Thread: | Re: [PATCH RESEND 16/17] MIPS: make oprofile use cp0_perfcount_irq if it is set, Ralf Baechle |
| Next by Thread: | Re: [PATCH RESEND 17/17] MIPS: lantiq: enable oprofile support on lantiq targets, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |