patch-2.4.25 linux-2.4.25/arch/mips/tx4927/common/tx4927_setup.c

Next file: linux-2.4.25/arch/mips/tx4927/toshiba_rbtx4927/Makefile
Previous file: linux-2.4.25/arch/mips/tools/offset.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips/tx4927/common/tx4927_setup.c linux-2.4.25/arch/mips/tx4927/common/tx4927_setup.c
@@ -120,7 +120,7 @@
 
 	/* to generate the first timer interrupt */
 	c1 = read_c0_count();
-	count = c1 + (mips_counter_frequency / HZ);
+	count = c1 + (mips_hpt_frequency / HZ);
 	write_c0_compare(count);
 	c2 = read_c0_count();
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)