summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-12-11 07:00:23 +0000
committerimp <imp@FreeBSD.org>2008-12-11 07:00:23 +0000
commitc5945ab9fc96a99320698f3e77460ced8ed5685d (patch)
tree9a21ec87d117ae7478a9a6f5deca4f1b072328cf /sys/mips
parenta5ecf5f20c098708b70d2b0efb404966cdee1ee2 (diff)
downloadFreeBSD-src-c5945ab9fc96a99320698f3e77460ced8ed5685d.zip
FreeBSD-src-c5945ab9fc96a99320698f3e77460ced8ed5685d.tar.gz
Remove redundant assignment.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/adm5120/adm5120_machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/mips/adm5120/adm5120_machdep.c b/sys/mips/adm5120/adm5120_machdep.c
index eca9b18..ef188d3 100644
--- a/sys/mips/adm5120/adm5120_machdep.c
+++ b/sys/mips/adm5120/adm5120_machdep.c
@@ -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);
}
OpenPOWER on IntegriCloud