diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 65603e9af984..6509dd7c2f8f 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -512,6 +512,9 @@ void __init setup_system(void) | |||
512 | ppc64_caches.iline_size); | 512 | ppc64_caches.iline_size); |
513 | printk("htab_address = 0x%p\n", htab_address); | 513 | printk("htab_address = 0x%p\n", htab_address); |
514 | printk("htab_hash_mask = 0x%lx\n", htab_hash_mask); | 514 | printk("htab_hash_mask = 0x%lx\n", htab_hash_mask); |
515 | #if PHYSICAL_START > 0 | ||
516 | printk("physical_start = 0x%x\n", PHYSICAL_START); | ||
517 | #endif | ||
515 | printk("-----------------------------------------------------\n"); | 518 | printk("-----------------------------------------------------\n"); |
516 | 519 | ||
517 | mm_init_ppc64(); | 520 | mm_init_ppc64(); |