]> git.karo-electronics.de Git - karo-tx-linux.git/commit
swiotlb: print physical addresses consistently with other parts of kernel
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 3 May 2012 05:43:52 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:32 +0000 (15:46 +1000)
commit5b9d22775b8654cafcc0b3c70ea09521bfc5e70c
treebfbe05684a99cffe003d0bbe3a2c1e732034ec59
parent64e350b41ba9831bd70549be3386bedb3e2a46ca
swiotlb: print physical addresses consistently with other parts of kernel

Print swiotlb info in a style consistent with the %pR style used elsewhere
in the kernel.  For example:

    -Placing 64MB software IO TLB between ffff88007a662000 - ffff88007e662000
    -software IO TLB at phys 0x7a662000 - 0x7e662000
    +software IO TLB [mem 0x7a662000-0x7e661fff] (64MB) mapped at [ffff88007a662000-ffff88007e661fff]

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>
lib/swiotlb.c