Remove redundant assignment.

This commit is contained in:
Warner Losh 2008-12-11 07:00:23 +00:00
parent 2b8907e7e2
commit a87b76397e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185915

View File

@ -150,8 +150,5 @@ platform_start(__register_t a0 __unused, __register_t a1 __unused,
cninit();
mips_init();
/* Set counter_freq for tick_init_params() */
platform_counter_freq = 175 * 1000 * 1000;
mips_timer_init_params(platform_counter_freq, 0);
}