PERFORCE change 73287 for review

John-Mark Gurney jmg at FreeBSD.org
Tue Mar 15 23:45:47 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=73287

Change 73287 by jmg at 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;


More information about the p4-projects mailing list