summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2016-03-09 18:38:03 +0000
committersobomax <sobomax@FreeBSD.org>2016-03-09 18:38:03 +0000
commitb4a1e4d0b1ed37930ebad858c8f8ac6a736a1a60 (patch)
treeae7d8a76e69c933975a30d6bdc60ceb993d6ea1a /sys/mips
parent415416ac5a41daf72b6afe63c63b0d0409c7f9e1 (diff)
downloadFreeBSD-src-b4a1e4d0b1ed37930ebad858c8f8ac6a736a1a60.zip
FreeBSD-src-b4a1e4d0b1ed37930ebad858c8f8ac6a736a1a60.tar.gz
Second argument of the mips_timer_init_params() is boolean, so
pass in "1" for true consistently.
Diffstat (limited to 'sys/mips')
-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 54e7906..edeb40c 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);
}
OpenPOWER on IntegriCloud