tile: avoid defining INT_MASK macro in <arch/interrupts.h>
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 1 Feb 2013 18:01:36 +0000 (13:01 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 4 Feb 2013 17:53:15 +0000 (12:53 -0500)
commit7f04f0816848a51b761db6e7958e42f127e8264c
tree26775c66a74e2083b3d7f459547f24c83c6ae7b3
parenta05d3f9fa3b496b2894c73bb8cbb49deb09b41db
tile: avoid defining INT_MASK macro in <arch/interrupts.h>

Unfortunately, this name conflicts with a different use of
the name in various places through the tree, so don't provide
it for the kernel.  We preserve it for userspace to avoid
breaking any userspace code that relies on this definition.

This fixes a number of compile errors for various drivers that
are enabled by "allyesconfig".

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/irqflags.h
arch/tile/include/uapi/arch/interrupts_32.h
arch/tile/include/uapi/arch/interrupts_64.h
arch/tile/kernel/stack.c