From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/EPT: adjust types in ept_split_super_page() Date: Mon, 28 Sep 2015 15:46:39 +0100 Message-ID: <560952CF.4090105@citrix.com> References: <56096C5702000078000A63D6@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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZgZhx-0000Qz-0r for xen-devel@lists.xenproject.org; Mon, 28 Sep 2015 14:47:13 +0000 In-Reply-To: <56096C5702000078000A63D6@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: George Dunlap , Kevin Tian , Jun Nakajima List-Id: xen-devel@lists.xenproject.org On 28/09/15 15:35, Jan Beulich wrote: > The function returns a boolean and its current and target level inputs > are unsigned (which in turn allows simplifying the early-out check). > Also convert a non-standard loop variable to an ordinary function scope > one, at once making it unsigned too. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper