From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/2 v2] xen: arm re-order assignments in mfn_to_xen_entry() Date: Tue, 1 Sep 2015 16:51:22 +0100 Message-ID: <1441122682.26292.72.camel@citrix.com> References: <1440113595-6961-1-git-send-email-chris.brand@broadcom.com> <1440113595-6961-2-git-send-email-chris.brand@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1440113595-6961-2-git-send-email-chris.brand@broadcom.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: Chris Brand , xen-devel@lists.xen.org Cc: Julien Grall , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, 2015-08-20 at 16:33 -0700, Chris Brand wrote: > Shuffle lines around so that the assignments in mfn_to_xen_entry() > occur in the same order as the bits are declared in lpae_pt_t. > This makes it easier to see which ones are never given a value. > No change in behaviour. > > Also fix a minor comment typo. > > Signed-off-by: Chris Brand > Reviewed-by: Julien Grall Acked-by: Ian Campbell