| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: lantiq: fix cp0_perfcount_irq mapping |
| From: | John Crispin <blogic@openwrt.org> |
| Date: | Tue, 29 Jan 2013 20:46:02 +0100 |
| Cc: | linux-mips@linux-mips.org, John Crispin <blogic@openwrt.org>, Conor O'Gorman <i@conorogorman.net> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
The introduction of the OF support broken the cp0_perfcount_irq mapping. This
resulted in oprofile not working anymore.
Offending commit is :
commit 3645da0276ae9f6938ff29b13904b803ecb68424
Author: John Crispin <blogic@openwrt.org>
Date: Tue Apr 17 10:18:32 2012 +0200
OF: MIPS: lantiq: implement irq_domain support
Signed-off-by: Conor O'Gorman <i@conorogorman.net>
Signed-off-by: John Crispin <blogic@openwrt.org>
---
arch/mips/lantiq/irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/lantiq/irq.c b/arch/mips/lantiq/irq.c
index 6f84009..5119487 100644
--- a/arch/mips/lantiq/irq.c
+++ b/arch/mips/lantiq/irq.c
@@ -449,7 +449,7 @@ int __init icu_of_init(struct device_node *node, struct
device_node *parent)
#endif
/* tell oprofile which irq to use */
- cp0_perfcount_irq = LTQ_PERF_IRQ;
+ cp0_perfcount_irq = irq_create_mapping(ltq_domain, LTQ_PERF_IRQ);
/*
* if the timer irq is not one of the mips irqs we need to
--
1.7.10.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: add irqdomain support for the CPU IRQ controller, John Crispin |
|---|---|
| Next by Date: | Re: [PATCH 1/2] NET: ethernet/netlogic: Netlogic XLR/XLS GMAC driver, Ben Hutchings |
| Previous by Thread: | [PATCH] MIPS: ath79: simplify MISC IRQ handling, Gabor Juhos |
| Next by Thread: | [PATCH][RFC] MIPS: microMIPS: Add support to micro-assembler., Steven J. Hill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |