Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2008 07:00:23 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185915 - head/sys/mips/adm5120
Message-ID:  <200812110700.mBB70N6t057278@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Dec 11 07:00:23 2008
New Revision: 185915
URL: http://svn.freebsd.org/changeset/base/185915

Log:
  Remove redundant assignment.

Modified:
  head/sys/mips/adm5120/adm5120_machdep.c

Modified: head/sys/mips/adm5120/adm5120_machdep.c
==============================================================================
--- head/sys/mips/adm5120/adm5120_machdep.c	Thu Dec 11 06:57:27 2008	(r185914)
+++ head/sys/mips/adm5120/adm5120_machdep.c	Thu Dec 11 07:00:23 2008	(r185915)
@@ -150,8 +150,5 @@ platform_start(__register_t a0 __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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812110700.mBB70N6t057278>