summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch')
-rw-r--r--target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch b/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch
index 05da3864a..fe0581206 100644
--- a/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch
+++ b/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch
@@ -40,7 +40,7 @@ Index: linux-2.6.24.2/arch/mips/atheros/board.c
board_time_init();
}
+
-+unsigned int __init get_c0_counter_irq(void)
++unsigned int __init get_c0_compare_irq(void)
+{
+ return CP0_LEGACY_COMPARE_IRQ;
+}