commit | 24b647a042b988b017e6cdf60b47a0bfecd1dc41 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Nov 06 13:23:08 2008 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Nov 06 13:23:08 2008 +0000 |
tree | 0499bc3b21be6ebe0e5809effbc4d4f09a0dc424 | |
parent | c30c2f99e10b6a810dae9a25b35c6d48796d8ffb [diff] |
ARMv7: Branch over conditional undefined instructions in vfphw.S On ARMv7, conditional undefined instructions may generate exceptions even if the condition is not met. The vfphw.S contains the FPINST and FPINST2 access instructions which may not be present on processors with synchronous VFP exceptions. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>