From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: RE: OMAP4 ES2.0 Unhandled fault: imprecise external abort Date: Fri, 14 Jan 2011 13:36:43 +0530 Message-ID: <7c601ad1e2d45e00240055319cfec2f9@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from na3sys009aog107.obsmtp.com ([74.125.149.197]:47533 "EHLO na3sys009aog107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757243Ab1ANIGq (ORCPT ); Fri, 14 Jan 2011 03:06:46 -0500 Received: by mail-fx0-f43.google.com with SMTP id 18so2561220fxm.16 for ; Fri, 14 Jan 2011 00:06:45 -0800 (PST) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: TAO HU Cc: Bryan Wu , TAO HU , linux-omap > -----Original Message----- > From: TAO HU [mailto:tghk48@motorola.com] > Sent: Friday, January 14, 2011 1:29 PM > To: Santosh Shilimkar > Cc: Bryan Wu; TAO HU; linux-omap > Subject: Re: OMAP4 ES2.0 Unhandled fault: imprecise external abort > > Hi, Santosh > > I think it depends on whether IRQ is enabled. > It is a limitation for current L3 error logging mechanism. > L3 IRQ is always enabled except low power states. I guess we patched this part as well so that error is not lost and its logged. It's not a limitation L3 interrupt but behavior of CPU. Because scenario's where the I bit is cleared at CPU level (Interrupt disable), it's immune to interrupts. Note the interrupt is not lost but just got delayed a bit