]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] Fix muldi3.S
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 8 Mar 2006 17:25:33 +0000 (17:25 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 8 Mar 2006 17:25:33 +0000 (17:25 +0000)
commit3c8fdae78cf5d73c6739912a1ff087c0f23b2a47
tree85203dba56f72d897ffa073aa53fb03b011f4e52
parent7986824e4e31d6c66f39d2f11ab93fcfed21f593
[ARM] Fix muldi3.S

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>
arch/arm/lib/muldi3.S