lowlevel-6809.s: Fix some ashlsi3 brokenness
authorTormod Volden <debian.tormod@gmail.com>
Thu, 4 Jun 2015 21:58:20 +0000 (23:58 +0200)
committerAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 22:10:59 +0000 (23:10 +0100)
commitfdf71ae4c61647f738ca1ae392d0faf02a447b63
treefbd5cf2d1f02868c6273b9c13658872f993c8d6d
parent756d1562205d2940fbb6488ecb18d3b3f4e61d2e
lowlevel-6809.s: Fix some ashlsi3 brokenness

This was broken in "upstream" gcc 6809. A shift by more
than 7 would give wrong results in most cases.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/lowlevel-6809.s