diff options
Diffstat (limited to 'arch/x86/kernel/e820.c')
-rw-r--r-- | arch/x86/kernel/e820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c index 600c9de237a0..512f779fc6af 100644 --- a/arch/x86/kernel/e820.c +++ b/arch/x86/kernel/e820.c | |||
@@ -990,7 +990,7 @@ unsigned long __init e820_end_of_ram(void) | |||
990 | if (last_pfn > end_user_pfn) | 990 | if (last_pfn > end_user_pfn) |
991 | last_pfn = end_user_pfn; | 991 | last_pfn = end_user_pfn; |
992 | 992 | ||
993 | printk(KERN_INFO "last_pfn = %lu max_arch_pfn = %lu\n", | 993 | printk(KERN_INFO "last_pfn = 0x%lx max_arch_pfn = 0x%lx\n", |
994 | last_pfn, max_arch_pfn); | 994 | last_pfn, max_arch_pfn); |
995 | return last_pfn; | 995 | return last_pfn; |
996 | } | 996 | } |