|
@@ -71,9 +71,7 @@ void __init mem_init(void)
|
|
{
|
|
{
|
|
/* No idea where this is actually declared. Seems to evade LXR. */
|
|
/* No idea where this is actually declared. Seems to evade LXR. */
|
|
free_all_bootmem();
|
|
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
|
|
* To-Do: someone somewhere should wipe out the bootmem map
|