From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hauke Mehrtens Subject: Re: [PATCH 4/4] ARM: BCM5301X: remove workaround imprecise abort fault handler Date: Wed, 14 Oct 2015 23:48:51 +0200 Message-ID: <561ECDC3.3070502@hauke-m.de> References: <1444834113-18122-1-git-send-email-l.stach@pengutronix.de> <1444834113-18122-5-git-send-email-l.stach@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444834113-18122-5-git-send-email-l.stach@pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Lucas Stach , Russell King Cc: Jason Cooper , Tony Lindgren , patchwork-lst@pengutronix.de, Gregory Clement , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On 10/14/2015 04:48 PM, Lucas Stach wrote: > This is not needed anymore. Handling a potentially pending imprecise external > abort left behind by the bootloader is now done in a slightly safer way inside > the common ARM startup code. > > Signed-off-by: Lucas Stach Acked-by: Hauke Mehrtens I tested this on my board and this fixes the problem. Hauke