From: Daniel Thompson Date: Wed, 17 Sep 2014 16:12:06 +0000 (+0100) Subject: ARM: 8150/3: fiq: Replace default FIQ handler X-Git-Tag: fixes-for-v3.18-merge-window~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e7f7ee717e2b4c5791e7422424c96b5008c39e;p=pandora-kernel.git ARM: 8150/3: fiq: Replace default FIQ handler This patch introduces a new default FIQ handler that is structured in a similar way to the existing ARM exception handler and result in the FIQ being handled by C code running on the SVC stack (despite this code run in the FIQ handler is subject to severe limitations with respect to locking making normal interaction with the kernel impossible). This default handler allows concepts that on x86 would be handled using NMIs to be realized on ARM. Credit: This patch is a near complete re-write of a patch originally provided by Anton Vorontsov. Today only a couple of small fragments survive, however without Anton's work to build from this patch would not exist. Thanks also to Russell King for spoonfeeding me a variety of fixes during the review cycle. Signed-off-by: Daniel Thompson Cc: Catalin Marinas Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed