From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86: properly parenthesize {read, write}_atomic() Date: Wed, 25 Mar 2015 17:29:45 +0000 Message-ID: <5512F089.8050104@citrix.com> References: <550C42BE020000780006C173@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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 1Yap7m-0006v5-JF for xen-devel@lists.xenproject.org; Wed, 25 Mar 2015 17:29:50 +0000 In-Reply-To: <550C42BE020000780006C173@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 20/03/15 15:54, Jan Beulich wrote: > ... at once eliminating some redundancy from the read variant (the cast > to the destination type can be done once outside the switch). > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper