mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 07:51:55 +02:00
ramips: set cp0_perfcount_irq for RT305X
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27377 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2aa5b50fe0
commit
d786690857
@ -38,6 +38,9 @@ static void rt305x_intc_irq_dispatch(void)
|
|||||||
else if (pending & RT305X_INTC_INT_UART1)
|
else if (pending & RT305X_INTC_INT_UART1)
|
||||||
do_IRQ(RT305X_INTC_IRQ_UART1);
|
do_IRQ(RT305X_INTC_IRQ_UART1);
|
||||||
|
|
||||||
|
else if (pending & RT305X_INTC_INT_PERFC)
|
||||||
|
do_IRQ(RT305X_INTC_IRQ_PERFC);
|
||||||
|
|
||||||
else if (pending & RT305X_INTC_INT_OTG)
|
else if (pending & RT305X_INTC_INT_OTG)
|
||||||
do_IRQ(RT305X_INTC_IRQ_OTG);
|
do_IRQ(RT305X_INTC_IRQ_OTG);
|
||||||
|
|
||||||
@ -74,4 +77,6 @@ void __init arch_init_irq(void)
|
|||||||
mips_cpu_irq_init();
|
mips_cpu_irq_init();
|
||||||
ramips_intc_irq_init(RT305X_INTC_BASE, RT305X_CPU_IRQ_INTC,
|
ramips_intc_irq_init(RT305X_INTC_BASE, RT305X_CPU_IRQ_INTC,
|
||||||
RT305X_INTC_IRQ_BASE);
|
RT305X_INTC_IRQ_BASE);
|
||||||
|
|
||||||
|
cp0_perfcount_irq = RT305X_INTC_IRQ_PERFC;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user