Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: ralink: add missing comment in irq driver

Trivial patch that adds a comment that makes the code more readable.

Signed-off-by: John Crispin <blogic@openwrt.org>
Acked-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/5168/

authored by

John Crispin and committed by
Ralf Baechle
29473822 6ac8579b

+1
+1
arch/mips/ralink/irq.c
··· 166 166 irq_set_chained_handler(irq, ralink_intc_irq_handler); 167 167 irq_set_handler_data(irq, domain); 168 168 169 + /* tell the kernel which irq is used for performance monitoring */ 169 170 cp0_perfcount_irq = irq_create_mapping(domain, 9); 170 171 171 172 return 0;