Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 02:54:17 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135617 for review
Message-ID:  <200802180254.m1I2sHD1024492@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135617

Change 135617 by imp@imp_lighthouse on 2008/02/18 02:53:22

	ADM5120 now links.  Untested on real hardware.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips32/adm5120/adm5120_machdep.c#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips32/adm5120/adm5120_machdep.c#3 (text+ko) ====

@@ -152,5 +152,5 @@
 	/* Set counter_freq for tick_init_params() */
 	platform_counter_freq = 175 * 1000 * 1000;
 
-	tick_init_params(platform_counter_freq, 0);
+	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?200802180254.m1I2sHD1024492>