Re: [PATCH v2] x86, efi: Do not reserve boot services regionswithin reserved areas

From: Joe Perches
Date: Tue Jun 14 2011 - 13:05:26 EST


On Tue, 2011-06-14 at 18:19 +0200, Maarten Lankhorst wrote:
> Commit 916f676f8dc started reserving boot service code since some systems
> require you to keep that code around until SetVirtualAddressMap is called.
[]
> Signed-off-by: Maarten Lankhorst <m.b.lankhorst@xxxxxxxxx>

Hello Maarten, just trivia.

> diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
[]
> + memblock_dbg(PFX "Could not reserve boot area "
> + "[0x%llx-0x%llx)\n", start, start+size);

I believe this should be:

memblock_dbg(PFX "Could not reserve boot area 0x%llx-0x%llx)\n",
start, start + size - 1);


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