]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: print physical addresses consistently with other parts of kernel
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 3 May 2012 05:43:53 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:32 +0000 (15:46 +1000)
commit6fd1aa614867f69617f0004e7b9f4969e98f9edd
tree1991c3c73c9495bbb51bf35842cba3525d754eb3
parent5b9d22775b8654cafcc0b3c70ea09521bfc5e70c
mm: print 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:

    -Zone PFN ranges:
    +Zone ranges:
    -  DMA32    0x00000010 -> 0x00100000
    +  DMA32    [mem 0x00010000-0xffffffff]
    -  Normal   0x00100000 -> 0x01080000
    +  Normal   [mem 0x100000000-0x107fffffff]

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>
mm/memory_hotplug.c
mm/page_alloc.c