Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262728
b: refs/heads/master
c: bf912d9
h: refs/heads/master
v: v3
  • Loading branch information
Jamie Iles authored and Russell King committed Aug 9, 2011
1 parent fcde40a commit 164eae9
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: 7760d54600a3d6206551c12eb53931ce7369d424
refs/heads/master: bf912d99e94cd1f43a7decce2e9b79a3ca7f2418
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static inline int free_area(unsigned long pfn, unsigned long end, char *s)
static inline void poison_init_mem(void *s, size_t count)
{
u32 *p = (u32 *)s;
while ((count = count - 4))
for (; count != 0; count -= 4)
*p++ = 0xe7fddef0;
}

Expand Down

0 comments on commit 164eae9

Please sign in to comment.