Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74852
b: refs/heads/master
c: 40c7869
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Dec 14, 2007
1 parent 9fcc51b commit 031aa53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b87bb40b62310328e908d580e013e0575b05886c
refs/heads/master: 40c7869b693b18412491fdcff64682215b739f9e
2 changes: 2 additions & 0 deletions trunk/arch/mips/mips-boards/generic/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ void __init prom_meminit(void)

void __init prom_free_prom_memory(void)
{
#if 0 /* for now ... */
unsigned long addr;
int i;

Expand All @@ -180,4 +181,5 @@ void __init prom_free_prom_memory(void)
free_init_pages("prom memory",
addr, addr + boot_mem_map.map[i].size);
}
#endif
}

0 comments on commit 031aa53

Please sign in to comment.