From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265031AbUHHChC (ORCPT ); Sat, 7 Aug 2004 22:37:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265022AbUHHChB (ORCPT ); Sat, 7 Aug 2004 22:37:01 -0400 Received: from mustang.oldcity.dca.net ([216.158.38.3]:16271 "HELO mustang.oldcity.dca.net") by vger.kernel.org with SMTP id S264991AbUHHCgw (ORCPT ); Sat, 7 Aug 2004 22:36:52 -0400 Subject: Re: [patch] preempt-timing-on-2.6.8-rc2-O2 From: Lee Revell To: William Lee Irwin III Cc: Ingo Molnar , linux-kernel In-Reply-To: <20040808023306.GP17188@holomorphy.com> References: <1091403477.862.4.camel@mindpipe> <1091407585.862.40.camel@mindpipe> <20040802073938.GA8332@elte.hu> <1091435237.3024.9.camel@mindpipe> <20040802092855.GA15894@elte.hu> <20040802100815.GA18349@elte.hu> <20040802101840.GB2334@holomorphy.com> <20040802103516.GA20584@elte.hu> <20040802105100.GA22855@elte.hu> <1091932214.1150.3.camel@mindpipe> <20040808023306.GP17188@holomorphy.com> Content-Type: text/plain Message-Id: <1091932615.1150.6.camel@mindpipe> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 07 Aug 2004 22:36:55 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2004-08-07 at 22:33, William Lee Irwin III wrote: > On Sat, Aug 07, 2004 at 10:31:06PM -0400, Lee Revell wrote: > > [] 0xc010019f > > This has to be a false positive, because if there were really ~1ms > > non-preemptible critical sections all over the place I would be getting > > xruns. > > This seems to be 996us spent in do_IRQ() when it interrupts idle tasks. > I am not sure I understand how preemption can be disabled for 996us and not cause an xrun. Lee