Skip to content
Commit 1ca8bf6f authored by Stepan Moskovchenko's avatar Stepan Moskovchenko Committed by Russell King
Browse files

ARM: 8195/1: vfp: Bounce undefined instructions in vectored mode



Certain ARM CPU implementations (e.g. Cortex-A15) may not raise a
floating- point exception whenever deprecated short-vector VFP
instructions are executed. Instead these instructions are treated
as UNALLOCATED. Change the VFP exception handling code to emulate
short-vector instructions even if FPEXC exception bits are not
set.

Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
Tested-by: default avatarWill Deacon <will.deacon@arm.com>
Tested-by: default avatarRob Clark <robdclark@gmail.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 09415fa2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment