Date: Mon, 18 Feb 2008 06:02:34 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 135632 for review Message-ID: <200802180602.m1I62YBW052195@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135632 Change 135632 by imp@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802180602.m1I62YBW052195>