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:
7986824
)
[ARM] Fix muldi3.S
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Wed, 8 Mar 2006 17:25:33 +0000
(17:25 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 8 Mar 2006 17:25:33 +0000
(17:25 +0000)
When shifting the low-parts of signed numbers, a logical shift
should be used to avoid sign-extending a bit which isn't a sign
bit.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found