git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30c2f9
)
ARMv7: Branch over conditional undefined instructions in vfphw.S
author
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 6 Nov 2008 13:23:08 +0000
(13:23 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 6 Nov 2008 13:23:08 +0000
(13:23 +0000)
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>
No differences found