From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tian, Kevin" Subject: Re: [PATCH 4/5] VMX: fold redundant code Date: Thu, 18 Feb 2016 05:26:30 +0000 Message-ID: References: <56C4AC2802000078000D3473@prv-mh.provo.novell.com> <56C4AFD102000078000D34AD@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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWH6q-0007HD-Nk for xen-devel@lists.xenproject.org; Thu, 18 Feb 2016 05:26:36 +0000 In-Reply-To: <56C4AFD102000078000D34AD@prv-mh.provo.novell.com> Content-Language: en-US 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: "Nakajima, Jun" List-Id: xen-devel@lists.xenproject.org > From: Jan Beulich [mailto:JBeulich@suse.com] > Sent: Thursday, February 18, 2016 12:37 AM > > No need to do this in two slightly different ways, possibly keeping the > compiler from folding the code for us. > > Signed-off-by: Jan Beulich Acked-by: Kevin Tian