From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86: don't blindly create L3 tables for the direct map Date: Mon, 30 Sep 2013 13:58:11 +0100 Message-ID: References: <52498C0B02000078000F8020@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VQd3P-0003wH-J2 for xen-devel@lists.xenproject.org; Mon, 30 Sep 2013 12:58:23 +0000 Received: by mail-wi0-f173.google.com with SMTP id hq15so3775287wib.6 for ; Mon, 30 Sep 2013 05:58:22 -0700 (PDT) In-Reply-To: <52498C0B02000078000F8020@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Malcolm Crossley List-Id: xen-devel@lists.xenproject.org On 30/09/2013 13:34, "Jan Beulich" wrote: > Now that the direct map area can extend all the way up to almost the > end of address space, this is wasteful. > > Also fold two almost redundant messages in SRAT parsing into one. > > Signed-off-by: Jan Beulich > Tested-by: Malcolm Crossley Acked-by: Keir Fraser