From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] drop get_xen_guest_handle() Date: Thu, 29 Oct 2015 12:18:23 +0000 Message-ID: <56320E8F.3020507@citrix.com> References: <562F3E1602000078000AEECA@prv-mh.provo.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 1ZrmBJ-0006RU-2G for xen-devel@lists.xenproject.org; Thu, 29 Oct 2015 12:19:49 +0000 In-Reply-To: <562F3E1602000078000AEECA@prv-mh.provo.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: Keir Fraser , Stefano Stabellini , Andrew Cooper , Tim Deegan , Ian Campbell , Ian Jackson List-Id: xen-devel@lists.xenproject.org On 27/10/15 08:04, Jan Beulich wrote: > --- a/xen/arch/x86/x86_64/cpu_idle.c > +++ b/xen/arch/x86/x86_64/cpu_idle.c > @@ -21,9 +21,6 @@ > * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > */ > > -#define __XEN_TOOLS__ /* for using get_xen_guest_handle macro */ > - > -#include Hmmm... Is this line drop intentional? Sorry I reviewed too quickly this patch. Regards, -- Julien Grall