Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752247Ab1FNRFV (ORCPT ); Tue, 14 Jun 2011 13:05:21 -0400 Received: from mail.perches.com ([173.55.12.10]:3004 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214Ab1FNRFT (ORCPT ); Tue, 14 Jun 2011 13:05:19 -0400 Subject: Re: [PATCH v2] x86, efi: Do not reserve boot services regions within reserved areas From: Joe Perches To: Maarten Lankhorst Cc: Matthew Garrett , Yinghai Lu , Jim Bos , Linux Kernel Mailing List In-Reply-To: <4DF78A22.8060405@gmail.com> References: <4DF78A22.8060405@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 14 Jun 2011 10:05:18 -0700 Message-ID: <1308071118.21026.16.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 24 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 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/