Date: Fri, 23 Oct 2009 21:44:46 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r198428 - head/sys/powerpc/aim Message-ID: <200910232144.n9NLikI2072995@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910232144.n9NLikI2072995>