Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138436
b: refs/heads/master
c: 059f134
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed Feb 11, 2009
1 parent e802887 commit cfd04f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 33642d31d19c967b9739253912cdd48885509805
refs/heads/master: 059f134f844ec52772353c95693fcb5b86e80193
6 changes: 1 addition & 5 deletions trunk/arch/powerpc/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,11 +1075,6 @@ static void __init early_reserve_mem(void)
DBG("reserving: %llx -> %llx\n", base, size);
lmb_reserve(base, size);
}

#if 0
DBG("memory reserved, lmbs :\n");
lmb_dump_all();
#endif
}

#ifdef CONFIG_PHYP_DUMP
Expand Down Expand Up @@ -1221,6 +1216,7 @@ void __init early_init_devtree(void *params)
lmb_enforce_memory_limit(limit);

lmb_analyze();
lmb_dump_all();

DBG("Phys. mem: %lx\n", lmb_phys_mem_size());

Expand Down

0 comments on commit cfd04f3

Please sign in to comment.