From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: [PATCH 00 of 10] arm: SMP boot Date: Thu, 23 Feb 2012 17:40:47 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: Stefano Stabellini , Ian Campbell List-Id: xen-devel@lists.xenproject.org This patch series implements SMP boot for arch/arm, as far as getting all CPUs up and running the idle loop. The first few patches are semi-independent cleanups and improvements, most of which are needed for the SMP patches later. Cheers, Tim.