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 22cfd665224c..1dcb66533dfc 100644 --- a/arch/x86/kernel/e820.c +++ b/arch/x86/kernel/e820.c | |||
@@ -1014,7 +1014,7 @@ unsigned long __init e820_end_of_ram(void) | |||
1014 | if (last_pfn > end_user_pfn) | 1014 | if (last_pfn > end_user_pfn) |
1015 | last_pfn = end_user_pfn; | 1015 | last_pfn = end_user_pfn; |
1016 | 1016 | ||
1017 | printk(KERN_INFO "last_pfn = 0x%lx max_arch_pfn = 0x%lx\n", | 1017 | printk(KERN_INFO "last_pfn = %#lx max_arch_pfn = %#lx\n", |
1018 | last_pfn, max_arch_pfn); | 1018 | last_pfn, max_arch_pfn); |
1019 | return last_pfn; | 1019 | return last_pfn; |
1020 | } | 1020 | } |