From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 2/3] x86: drop is_pv_32on64_domain() Date: Tue, 23 Jun 2015 16:43:01 +0100 Message-ID: <55897E85.7060300@citrix.com> References: <558993E902000078000886B3@mail.emea.novell.com> <5589952802000078000886DF@mail.emea.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 1Z7QMf-0004vz-Hl for xen-devel@lists.xenproject.org; Tue, 23 Jun 2015 15:43:57 +0000 In-Reply-To: <5589952802000078000886DF@mail.emea.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: George Dunlap , Ian Jackson , Keir Fraser , Ian Campbell , Tim Deegan List-Id: xen-devel@lists.xenproject.org On 23/06/15 16:19, Jan Beulich wrote: > ... as being identical to is_pv_32bit_domain() after the x86-32 > removal. > > In a few cases this includes no longer open-coding is_pv_32bit_vcpu(). > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper