Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97244
b: refs/heads/master
c: 9d5437a
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Linus Torvalds committed May 24, 2008
1 parent 99c158f commit acb06b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8808a793f052c0a67426a24b961402fa20e92814
refs/heads/master: 9d5437a15884bfb3429aee99f76fc014c7de039a
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/gic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acb06b2

Please sign in to comment.