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)
commit0dccb0489f9a5a13a33e828ab965aa49685d12f8
tree0d6b96c5071982ee510abfc1cca9787b550270ed
parent325d1605542960903c88409b199734a3d8fc6612
arch/tile: support newer binutils assembler shift semantics

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>
arch/tile/include/arch/interrupts_32.h
arch/tile/include/asm/irqflags.h
arch/tile/kernel/head_32.S
This page took 0.037115 seconds and 5 git commands to generate.