[PATCH v2 19/20] ARM: LPAE: define printk format for physical addresses and page table entries

Catalin Marinas catalin.marinas at arm.com
Mon Nov 22 08:49:31 EST 2010


On Mon, 2010-11-22 at 13:43 +0000, Russell King - ARM Linux wrote:
> On Fri, Nov 12, 2010 at 06:00:39PM +0000, Catalin Marinas wrote:
> > From: Will Deacon <will.deacon at arm.com>
> >
> > Now that the Kernel supports 2 level and 3 level page tables, physical
> > addresses (and also page table entries) may be 32 or 64-bits depending
> > upon the configuration.
> >
> > This patch adds a conversion specifier (PHYS_ADDR_FMT) which represents
> > a u32 or u64 depending on the width of a physical address.
> 
> I hope this patch is gone in v3.

Yes, everything is converted to %08llx now.

Once you complete your clean-up, I'll rebase the LPAE patches on top and
repost a new v4 version.

-- 
Catalin





More information about the linux-arm-kernel mailing list