mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove redundant assignment.
This commit is contained in:
parent
2b8907e7e2
commit
a87b76397e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185915
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user