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
- Lines: 9
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/mips/tx4927/common/tx4927_setup.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
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)