Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191703
b: refs/heads/master
c: 36fa06d
h: refs/heads/master
i:
  191701: 19dedce
  191699: dffd37b
  191695: 9fde3a4
v: v3
  • Loading branch information
Paul Mundt committed May 7, 2010
1 parent 6ad8bc6 commit f9e6841
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: a5ec39507129a086d8838228ac1ca0a2eab38f91
refs/heads/master: 36fa06d6b5ef1874d012c04b23d5b8982b1f8dea
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static void __init check_for_initrd(void)
initrd_start = (unsigned long)__va(__pa(start));
initrd_end = initrd_start + INITRD_SIZE;

reserve_bootmem(__pa(initrd_start), INITRD_SIZE, BOOTMEM_DEFAULT);
lmb_reserve(__pa(initrd_start), INITRD_SIZE);

return;

Expand Down

0 comments on commit f9e6841

Please sign in to comment.