PERFORCE change 135632 for review
Warner Losh
imp at FreeBSD.org
Sun Feb 17 22:02:35 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=135632
Change 135632 by imp at imp_lighthouse on 2008/02/18 06:01:39
mips_timer_init_param()
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/mips32/sentry5/s5_machdep.c#3 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/mips32/sentry5/s5_machdep.c#3 (text+ko) ====
@@ -237,5 +237,5 @@
platform_counter_freq = 200 * 1000 * 1000; /* Sentry5 is 200MHz */
# endif
- tick_init_params(platform_counter_freq, 0);
+ mips_timer_init_params(platform_counter_freq, 0);
}
More information about the p4-projects
mailing list