Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61403
b: refs/heads/master
c: aa15f63
h: refs/heads/master
i:
  61401: c2e8298
  61399: 5e16a49
v: v3
  • Loading branch information
Haavard Skinnemoen committed Jul 18, 2007
1 parent 2ac8ffc commit 3b315c4
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: d4003ba0a11f9fb484bd45fd83b75f7108871ef2
refs/heads/master: aa15f63790cfd4110ff57c37aa1c6c34133d8a09
2 changes: 1 addition & 1 deletion trunk/arch/avr32/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static int __init parse_tag_rdimg(struct tag *tag)
return 0;
}

ret = add_reserved_region(mem->start, mem->start + mem->size - 1,
ret = add_reserved_region(mem->addr, mem->addr + mem->size - 1,
"initrd");
if (ret) {
printk(KERN_WARNING
Expand Down

0 comments on commit 3b315c4

Please sign in to comment.