Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63018
b: refs/heads/master
c: 56d6d1a
h: refs/heads/master
v: v3
  • Loading branch information
Manish Ahuja authored and Paul Mackerras committed Jul 26, 2007
1 parent 6860c5e commit 71f42f8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 77926826f301fbd8ed96d3cd9ff17a5b59560dfb
refs/heads/master: 56d6d1a73d9e5ddd9eb1a7baeeda30803ba44879
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/mm/lmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ void __init lmb_analyze(void)
static long __init lmb_add_region(struct lmb_region *rgn, unsigned long base,
unsigned long size)
{
unsigned long i, coalesced = 0;
long adjacent;
unsigned long coalesced = 0;
long adjacent, i;

/* First try and coalesce this LMB with another. */
for (i=0; i < rgn->cnt; i++) {
Expand Down

0 comments on commit 71f42f8

Please sign in to comment.