mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Second argument of the mips_timer_init_params() is boolean, so
pass in "1" for true consistently.
This commit is contained in:
parent
01812876c1
commit
47d306bf35
1 changed files with 1 additions and 1 deletions
|
|
@ -203,5 +203,5 @@ platform_start(__register_t a0 __unused, __register_t a1 __unused,
|
|||
|
||||
|
||||
mips_init();
|
||||
mips_timer_init_params(platform_counter_freq, 2);
|
||||
mips_timer_init_params(platform_counter_freq, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue