From owner-freebsd-current@FreeBSD.ORG Sat Jul 17 19:11:16 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81F3D106568F; Sat, 17 Jul 2010 19:11:16 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 5819A8FC18; Sat, 17 Jul 2010 19:11:16 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id A7BDC157548; Sat, 17 Jul 2010 14:11:15 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id MUX4PVPC74S6; Sat, 17 Jul 2010 14:11:15 -0500 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: Date: Sat, 17 Jul 2010 20:11:12 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Doug Barton X-Mailer: Apple Mail (2.1081) Cc: freebsd-current@FreeBSD.org Subject: Re: Why is intr taking up so much cpu? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 19:11:16 -0000 On 17 Jul 2010, at 20:10, Doug Barton wrote: > On Sat, 17 Jul 2010, Rui Paulo wrote: >=20 >> This doesn't indicate any problem. I suggest you try to figure out = what interrupt is causing this by adding printfs or disabling drivers = one by one. >=20 > I've no idea where to even begin on something like that. Given that = there are other -current users who are also having problems = (particularly with the nvidia drivers) I'm wondering if some sort of = systemic debugging isn't in order here? You can try bisecting the faulty revision. Regards, -- Rui Paulo