svn commit: r185915 - head/sys/mips/adm5120

Warner Losh imp at FreeBSD.org
Wed Dec 10 23:00:24 PST 2008


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);
 }


More information about the svn-src-all mailing list