From: Thomas Petazzoni Date: Mon, 17 Feb 2014 14:23:24 +0000 (+0100) Subject: ARM: mvebu: add workaround for data abort issue on Armada 375 X-Git-Tag: v3.15-rc1~79^2~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4a6f87150b2cec4feab2610ef7a0d6d7fcd800;p=pandora-kernel.git ARM: mvebu: add workaround for data abort issue on Armada 375 Early versions of Armada 375 SoC have a bug where the BootROM leaves an external data abort pending. The kernel is hit by this data abort as soon as it enters userspace, because it unmasks the data aborts at this moment. We register a custom abort handler below to ignore the first data abort to work around this problem. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- Reading git-diff-tree failed