Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2005 07:45:46 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73287 for review
Message-ID:  <200503160745.j2G7jkl5047664@repoman.freebsd.org>

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

Change 73287 by jmg@jmg_carbon-60 on 2005/03/16 07:45:20

	kill a debug printf back when I was using projects/arm as my
	devel tree..

Affected files ...

.. //depot/projects/arm/src/sys/arm/arm/cpufunc.c#4 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/arm/cpufunc.c#4 (text+ko) ====

@@ -1872,8 +1872,6 @@
 	/* Clear out the cache */
 	cpu_idcache_wbinv_all();
 
-	printf("Old value: %x, new value : %x\n", cpu_control(0, 0), cpuctrl);
-
 	/* Set the control register */
 	cpu_control(cpuctrlmask, cpuctrl);
 	ctrl = cpuctrl;



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