Re: [PATCH v4 15/19] ARM: LPAE: use phys_addr_t instead ofunsigned long for physical addresses

From: Russell King - ARM Linux
Date: Tue Feb 15 2011 - 07:35:41 EST


On Tue, Feb 15, 2011 at 11:52:22AM +0000, Will Deacon wrote:
> Excellent! I've split the patch up into four distinct parts, as per your
> suggestions. I've submitted these to your patch system (6670/1-6673/1)
> alongside a fixed version of the printf format patch (6669/1) because
> without that, you get a bunch of compiler warnings.

Except 6669/1 still suffers from "%#08llx". For a value of one, that prints:

0x000001

five zeros following the 0x rather than seven. The width in the format
string includes the 0x prefix.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/