aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rt305x
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/rt305x')
-rw-r--r--sys/mips/rt305x/rt305x_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/rt305x/rt305x_machdep.c b/sys/mips/rt305x/rt305x_machdep.c
index 54e79066ec26..edeb40cafdc4 100644
--- a/sys/mips/rt305x/rt305x_machdep.c
+++ b/sys/mips/rt305x/rt305x_machdep.c
@@ -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);
}