arch/tile: support newer binutils assembler shift semantics
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 17 Mar 2011 18:32:06 +0000 (14:32 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 17 Mar 2011 18:32:06 +0000 (14:32 -0400)
This change supports building the kernel with newer binutils where
a shift of greater than the word size is no longer interpreted
silently as modulo the word size, but instead generates a warning.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found