projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a5970
)
mm/hexagon: prepare for removing num_physpages and simplify mem_init()
author
Jiang Liu
<
[email protected]
>
Wed, 3 Jul 2013 22:03:57 +0000
(15:03 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 3 Jul 2013 23:07:36 +0000
(16:07 -0700)
Prepare for removing num_physpages and simplify mem_init().
Signed-off-by: Jiang Liu <
[email protected]
>
Cc: Richard Kuo <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/hexagon/mm/init.c
patch
|
blob
|
history
diff --git
a/arch/hexagon/mm/init.c
b/arch/hexagon/mm/init.c
index 0ab5b4350e937723e6f7b194874f1c755584d603..88977e42af0ac22d91bff69bd71d74d9f5529348 100644
(file)
--- a/
arch/hexagon/mm/init.c
+++ b/
arch/hexagon/mm/init.c
@@
-71,9
+71,7
@@
void __init mem_init(void)
{
/* No idea where this is actually declared. Seems to evade LXR. */
free_all_bootmem();
- num_physpages = bootmem_lastpg-ARCH_PFN_OFFSET;
-
- printk(KERN_INFO "totalram_pages = %ld\n", totalram_pages);
+ mem_init_print_info(NULL);
/*
* To-Do: someone somewhere should wipe out the bootmem map