projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8808a79
)
fix parenthesis in include/asm-mips/gic.h
author
Mariusz Kozlowski
<
[email protected]
>
Fri, 23 May 2008 20:04:26 +0000
(13:04 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 24 May 2008 16:56:08 +0000
(09:56 -0700)
Parenthesis fix in include/asm-mips/gic.h
Signed-off-by: Mariusz Kozlowski <
[email protected]
>
Cc: Ralf Baechle <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/asm-mips/gic.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/gic.h
b/include/asm-mips/gic.h
index 01b2f92dc33d63cb665206cd740a18401c565a09..3a492f225f009d2c4e4b9715e18a61d7c1cfa18d 100644
(file)
--- 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