aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>2008-05-23 13:04:26 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-24 09:56:08 -0700
commit9d5437a15884bfb3429aee99f76fc014c7de039a (patch)
treef2cc2c2fb383b5137ba97cb3a73852d04336d4ce
parentibmaem: new driver for power/energy/temp meters in IBM System X hardware (diff)
downloadlinux-dev-9d5437a15884bfb3429aee99f76fc014c7de039a.tar.xz
linux-dev-9d5437a15884bfb3429aee99f76fc014c7de039a.zip
fix parenthesis in include/asm-mips/gic.h
Parenthesis fix in include/asm-mips/gic.h Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--include/asm-mips/gic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/gic.h b/include/asm-mips/gic.h
index 01b2f92dc33d..3a492f225f00 100644
--- a/include/asm-mips/gic.h
+++ b/include/asm-mips/gic.h
@@ -330,7 +330,7 @@
#define GIC_SH_RMASK_OFS 0x0300
#define GIC_CLR_INTR_MASK(intr, val) \
- GICWRITE(GIC_REG_ADDR(SHARED, GIC_SH_RMASK_OFS + 4 + (((((intr) / 32) ^ 1) - 1) * 4)), ((val) << ((intr) % 32))
+ GICWRITE(GIC_REG_ADDR(SHARED, GIC_SH_RMASK_OFS + 4 + (((((intr) / 32) ^ 1) - 1) * 4)), ((val) << ((intr) % 32)))
/* Register Map for Local Section */
#define GIC_VPE_CTL_OFS 0x0000