Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156401
b: refs/heads/master
c: dd34b5a
h: refs/heads/master
i:
  156399: 34b3e8c
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Aug 3, 2009
1 parent 28fd59b commit 878c503
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: 838c05705ef8c110037a713526bb18762db0a241
refs/heads/master: dd34b5a82feadfaee4f8dea83a694d9349f94a28
2 changes: 1 addition & 1 deletion trunk/arch/mips/ar7/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int __init memsize(void)
size <<= 1;
} while (size < (64 << 20));

writel(tmpaddr, &addr);
writel((u32)tmpaddr, &addr);

return size;
}
Expand Down

0 comments on commit 878c503

Please sign in to comment.