fix a typo in the previous commit

SVN-Revision: 10958
This commit is contained in:
Gabor Juhos 2008-04-27 18:36:24 +00:00
parent 408fd8097f
commit 99969dcffa

View File

@ -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;
+}