1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ramips: fix performance counters on mt7621

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48069
This commit is contained in:
Felix Fietkau 2016-01-02 14:48:11 +00:00
parent 2004f415bb
commit 140be9f1a5

@ -0,0 +1,16 @@
--- a/arch/mips/ralink/irq-gic.c
+++ b/arch/mips/ralink/irq-gic.c
@@ -2,6 +2,13 @@
#include <linux/of.h>
#include <linux/irqchip.h>
+#include <linux/irqchip/mips-gic.h>
+
+int get_c0_perfcount_int(void)
+{
+ return gic_get_c0_perfcount_int();
+}
+EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
void __init
arch_init_irq(void)