Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23836
b: refs/heads/master
c: c912c2d
h: refs/heads/master
v: v3
  • Loading branch information
Jon Mason authored and Linus Torvalds committed Mar 25, 2006
1 parent 419533f commit 60cd616
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: da7ed9f98f6f3f18664f8ab24303f9428b9d78f8
refs/heads/master: c912c2db2f5c2467ba34e4e655008a14532a3900
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/aperture.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static u32 __init allocate_aperture(void)
printk("Cannot allocate aperture memory hole (%p,%uK)\n",
p, aper_size>>10);
if (p)
free_bootmem_node(nd0, (unsigned long)p, aper_size);
free_bootmem_node(nd0, __pa(p), aper_size);
return 0;
}
printk("Mapping aperture over %d KB of RAM @ %lx\n",
Expand Down

0 comments on commit 60cd616

Please sign in to comment.