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:
65a6ec0
)
[POWERPC] Fix handling of stfiwx math emulation
author
Kumar Gala
<galak@kernel.crashing.org>
Thu, 11 Oct 2007 22:07:34 +0000
(17:07 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Tue, 16 Oct 2007 14:05:24 +0000
(09:05 -0500)
Its legal for the stfiwx instruction to have RA = 0 as part of its
effective address calculation. This is illegal for all other XE
form instructions.
Add code to compute the proper effective address for stfiwx if
RA = 0 rather than treating it as illegal.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
No differences found