Re: [PATCH] x86: tidy e820 output

From: H. Peter Anvin
Date: Wed Sep 22 2010 - 13:55:24 EST


On 09/22/2010 10:27 AM, Bjorn Helgaas wrote:
>
> This tidies e820 output by adding an "e820" prefix and printing ranges in
> the same style we use for struct resource with %pR, e.g.:
>
> - BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
> + BIOS-e820: [mem 0x00000000-0x0009f3ff] (usable)
>

I'm sorry, I have to admit to not understanding the difference. I do
not want to change the number of hex digits from fixed 16 digits, as
that will make the output harder to read when printed in a block (as is
normal for the early e820 dump). The [mem] prefix seems redundant with
(usable), or am I misreading this?

-hpa
--
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/