You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
980 B
30 lines
980 B
12 years ago
|
From 7c268f1b47669be2efce1607ee02193cb49424cf Mon Sep 17 00:00:00 2001
|
||
12 years ago
|
From: John Crispin <blogic@openwrt.org>
|
||
|
Date: Sat, 16 Mar 2013 16:28:54 +0100
|
||
12 years ago
|
Subject: [PATCH 20/79] MIPS: ralink: add missing comment in irq driver
|
||
12 years ago
|
|
||
|
Trivial patch that adds a comment that makes the code more readable.
|
||
|
|
||
|
Signed-off-by: John Crispin <blogic@openwrt.org>
|
||
12 years ago
|
Acked-by: Gabor Juhos <juhosg@openwrt.org>
|
||
|
Patchwork: http://patchwork.linux-mips.org/patch/5168/
|
||
12 years ago
|
---
|
||
|
arch/mips/ralink/irq.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
12 years ago
|
diff --git a/arch/mips/ralink/irq.c b/arch/mips/ralink/irq.c
|
||
|
index d9807d0..320b1f1 100644
|
||
12 years ago
|
--- a/arch/mips/ralink/irq.c
|
||
|
+++ b/arch/mips/ralink/irq.c
|
||
12 years ago
|
@@ -166,6 +166,7 @@ static int __init intc_of_init(struct device_node *node,
|
||
12 years ago
|
irq_set_chained_handler(irq, ralink_intc_irq_handler);
|
||
|
irq_set_handler_data(irq, domain);
|
||
|
|
||
|
+ /* tell the kernel which irq is used for performance monitoring */
|
||
|
cp0_perfcount_irq = irq_create_mapping(domain, 9);
|
||
|
|
||
|
return 0;
|
||
12 years ago
|
--
|
||
|
1.7.10.4
|
||
|
|