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)
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>

No differences found