Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210426
b: refs/heads/master
c: a38b372
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wang authored and Sascha Hauer committed Aug 21, 2010
1 parent d8073ce commit 0598421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: c735c40587cea45f9d2f83339f374595073c1923
refs/heads/master: a38b372fc2a3d8fe7ddbeab94d4c8bcb721f2403
5 changes: 3 additions & 2 deletions trunk/arch/arm/plat-mxc/tzic.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ int tzic_enable_wake(int is_idle)
return -EAGAIN;

for (i = 0; i < 4; i++) {
v = is_idle ? __raw_readl(TZIC_ENSET0(i)) : wakeup_intr[i];
__raw_writel(v, TZIC_WAKEUP0(i));
v = is_idle ? __raw_readl(tzic_base + TZIC_ENSET0(i)) :
wakeup_intr[i];
__raw_writel(v, tzic_base + TZIC_WAKEUP0(i));
}

return 0;
Expand Down

0 comments on commit 0598421

Please sign in to comment.