From owner-svn-src-head@FreeBSD.ORG Fri Oct 23 21:44:46 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0110106566C; Fri, 23 Oct 2009 21:44:46 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE8E8FC1A; Fri, 23 Oct 2009 21:44:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9NLik1o072997; Fri, 23 Oct 2009 21:44:46 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9NLikI2072995; Fri, 23 Oct 2009 21:44:46 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <200910232144.n9NLikI2072995@svn.freebsd.org> From: Nathan Whitehorn Date: Fri, 23 Oct 2009 21:44:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198428 - head/sys/powerpc/aim X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 21:44:46 -0000 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)