From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH v2 0/6] xen/arm: Remove processor specific bits in Xen code Date: Thu, 6 Mar 2014 15:41:51 +0100 Message-ID: <20140306144151.GI11475@deinos.phlegethon.org> References: <1393994786-17098-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WLZUh-0005BA-QK for xen-devel@lists.xenproject.org; Thu, 06 Mar 2014 14:41:55 +0000 Content-Disposition: inline In-Reply-To: <1393994786-17098-1-git-send-email-julien.grall@linaro.org> 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 Cc: xen-devel@lists.xenproject.org, stefano.stabellini@citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org At 12:46 +0800 on 05 Mar (1394019980), Julien Grall wrote: > Hello, > > This patch series aims to remove Cortex A15 specific bits in common code. > > To achieve it, the serie introduces specific processor callbacks which will > be called at least during VCPU initialisation. In the future, the structure > can be easily extented to support new specific callback. > > This patch series also: > - rename some function/define to avoid misuse when new processor will be > supported > - remove xen/include/asm-arm/processor-ca{15,7}.h which are not used > by Xen Reviewed-by: Tim Deegan