Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212740
b: refs/heads/master
c: 7c99636
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Sep 16, 2010
1 parent f540b5f commit d9f7ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3661ca66a42e306aaf53246fb75aec1ea01be0f0
refs/heads/master: 7c996361ef0d02ef8c1435902c909d14195adcdc
3 changes: 1 addition & 2 deletions trunk/arch/arm/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,8 @@ static void arm_memory_present(void)
static void arm_memory_present(void)
{
struct memblock_region *reg;
int i;

for_each_memblock(memory, reg) {
for_each_memblock(memory, reg)
memory_present(0, memblock_region_base_pfn(reg),
memblock_region_end_pfn(reg));
}
Expand Down

0 comments on commit d9f7ad4

Please sign in to comment.