svn commit: r198428 - head/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Oct 23 21:44:46 UTC 2009


Author: nwhitehorn
Date: Fri Oct 23 21:44:46 2009
New Revision: 198428
URL: http://svn.freebsd.org/changeset/base/198428

Log:
  Remove debugging printf that snuck in here.
  
  Pointy hat to:	me

Modified:
  head/sys/powerpc/aim/clock.c

Modified: head/sys/powerpc/aim/clock.c
==============================================================================
--- head/sys/powerpc/aim/clock.c	Fri Oct 23 21:36:33 2009	(r198427)
+++ head/sys/powerpc/aim/clock.c	Fri Oct 23 21:44:46 2009	(r198428)
@@ -111,7 +111,6 @@ decr_intr(struct trapframe *frame)
 	for (nticks = 0; tick < 0; nticks++)
 		tick += ticks_per_intr;
 	mtdec(tick);
-if (nticks > 5) printf("BIG NTICKS on CPU %d: %x\n",PCPU_GET(cpuid),nticks);
 
 	while (nticks-- > 0) {
 		if (PCPU_GET(cpuid) == 0)


More information about the svn-src-all mailing list