From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761338AbZEHUQ1 (ORCPT ); Fri, 8 May 2009 16:16:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754689AbZEHUQT (ORCPT ); Fri, 8 May 2009 16:16:19 -0400 Received: from terminus.zytor.com ([198.137.202.10]:56326 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753910AbZEHUQT (ORCPT ); Fri, 8 May 2009 16:16:19 -0400 Message-ID: <4A0492EA.6080403@zytor.com> Date: Fri, 08 May 2009 13:15:38 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Andi Kleen CC: Jan Beulich , mingo@elte.hu, tglx@linutronix.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86-64: improve e820_search_gap() References: <4A0199B8.76EA.0078.0@novell.com> <4A03BC1A.9060605@zytor.com> <4A03F016.76EA.0078.0@novell.com> <874ovvo0wo.fsf@basil.nowhere.org> In-Reply-To: <874ovvo0wo.fsf@basil.nowhere.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andi Kleen wrote: > "Jan Beulich" writes: >> Why blindly? Aren't hotpluggable memory ranges supposed to be reserved >> in the E820 map? > > They are supposed to be reserved in SRAT, but not in e820. Ah, okay. Perhaps we should fold this information into our internal "e820" map? If so I guess the question is how soon we can do that. -hpa