diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2013-05-24 14:23:28 (GMT) |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2013-07-08 21:07:38 (GMT) |
commit | ab3da15643469ab2d206dee3d9cfa4194ba77f25 (patch) | |
tree | e332a19c18476b01934d0d2b10551daac0abd5b6 /arch/arm/mach-vexpress | |
parent | 0773d73d818702191dd568e1e20bcafc5c64661a (diff) | |
download | linux-fsl-qoriq-ab3da15643469ab2d206dee3d9cfa4194ba77f25.tar.xz |
ARM: be strict about FP exceptions in kernel mode
The support code in vfp_support_entry does not care whether the
exception that caused it to be invoked occurred in kernel mode or
in user mode. However, neither condition that could trigger this
exception (lazy restore and VFP bounce to support code) is
currently allowable in kernel mode.
In either case, print a message describing the condition before
letting the undefined instruction handler run its course and trigger
an oops.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/mach-vexpress')
0 files changed, 0 insertions, 0 deletions