From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 1/3] x86: drop is_pv_32on64_vcpu() Date: Tue, 23 Jun 2015 16:39:33 +0100 Message-ID: <55897DB5.8020406@citrix.com> References: <558993E902000078000886B3@mail.emea.novell.com> <558994ED02000078000886DB@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z7QIT-0004TT-Kd for xen-devel@lists.xenproject.org; Tue, 23 Jun 2015 15:39:37 +0000 In-Reply-To: <558994ED02000078000886DB@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: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 23/06/15 16:18, Jan Beulich wrote: > ... as being identical to is_pv_32bit_vcpu() after the x86-32 removal. > > In a few cases this includes an additional is_pv_32bit_vcpu() -> > is_pv_32bit_domain() conversion. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper