diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-05-29 15:06:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-29 16:22:20 -0700 |
commit | 91eb0f67c38c7104766faa49c5aaee2b4876511e (patch) | |
tree | 955d743abcee612769aa54699cbf86883c187460 /arch/x86/mm/setup_nx.c | |
parent | 02602a18c32d76f0e0f50eefa91b2d53c8a3a751 (diff) | |
download | linux-91eb0f67c38c7104766faa49c5aaee2b4876511e.tar.gz linux-91eb0f67c38c7104766faa49c5aaee2b4876511e.tar.bz2 linux-91eb0f67c38c7104766faa49c5aaee2b4876511e.zip |
x86: print e820 physical addresses consistently with other parts of kernel
Print physical address info in a style consistent with the %pR style used
elsewhere in the kernel. For example:
-BIOS-provided physical RAM map:
+e820: BIOS-provided physical RAM map:
- BIOS-e820: 0000000000000100 - 000000000009e000 (usable)
+BIOS-e820: [mem 0x0000000000000100-0x000000000009dfff] usable
-Allocating PCI resources starting at 90000000 (gap: 90000000:6ed1c000)
+e820: [mem 0x90000000-0xfed1bfff] available for PCI devices
-reserve RAM buffer: 000000000009e000 - 000000000009ffff
+e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/mm/setup_nx.c')
0 files changed, 0 insertions, 0 deletions