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:
74109b8
)
Thumb-2: Correctly handle undefined instructions in the kernel
author
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 18 Sep 2009 22:27:07 +0000
(23:27 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 18 Sep 2009 22:30:11 +0000
(23:30 +0100)
VFP instructions in the kernel may trigger undefined exceptions if VFP
hardware is not present. This patch corrects the loading of such Thumb-2
instructions. It also marks the "no_fp" label as a function so that the
linker generate a Thumb address.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found