Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 18:55:02 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135826 for review
Message-ID:  <200802201855.m1KIt2te082640@repoman.freebsd.org>

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

Change 135826 by rrs@rrs-mips2-jnpr on 2008/02/20 18:54:58

	purge bad debug print.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/clock.c#8 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/clock.c#8 (text+ko) ====

@@ -116,7 +116,6 @@
 
 	if (!clock_started) {
 		mips_timer_hz = hz * 2;
-		printf("hz=%d mthz=%d\n", hz, mips_timer_hz);
 		stathz = mips_timer_hz / 15;
 		profhz = mips_timer_hz / 3;
 		printf("cpu_initclocks(): stathz = 0x%x, profhz = 0x%x\n",



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