From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/2] xen/arm: Replace XEN_PSCI_* by PSCI_VERSION(major, minor) Date: Fri, 9 Oct 2015 16:10:10 +0100 Message-ID: <1444403410.1410.418.camel@citrix.com> References: <1444329901-19055-1-git-send-email-julien.grall@citrix.com> <1444329901-19055-3-git-send-email-julien.grall@citrix.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 1ZkZJJ-0000xe-Je for xen-devel@lists.xenproject.org; Fri, 09 Oct 2015 15:10:17 +0000 In-Reply-To: <1444329901-19055-3-git-send-email-julien.grall@citrix.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: Julien Grall , xen-devel@lists.xenproject.org Cc: stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-10-08 at 19:45 +0100, Julien Grall wrote: > It will avoid to introduce a new XEN_PSCI_* define every time we support > a new version of PSCI in Xen. > > Also fix the coding style in modified place. > > Signed-off-by: Julien Grall Acked-by: Ian Campbell