From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761103Ab3D3QRj (ORCPT ); Tue, 30 Apr 2013 12:17:39 -0400 Received: from smtp.citrix.com ([66.165.176.89]:60355 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760331Ab3D3QRg (ORCPT ); Tue, 30 Apr 2013 12:17:36 -0400 X-IronPort-AV: E=Sophos;i="4.87,582,1363132800"; d="scan'208";a="22425258" Date: Tue, 30 Apr 2013 17:17:32 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: "xen-devel@lists.xensource.com" CC: "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "will.deacon@arm.com" , Arnd Bergmann , Nicolas Pitre , Stefano Stabellini , "rob.herring@calxeda.com" , Russell King - ARM Linux , Olof Johansson Subject: [PATCH v10 0/2] (arm-soc for v3.10) arm: introduce psci_smp_ops Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, this is the tenth version of the patch series to move virt_smp_ops out of mach-virt and make it a generic set of reusable PSCI based smp_ops. psci_smp_ops are preferred over the platform smp_ops. The last patch introduces smp_init. Changes in v10: - add include to mach/arch.h. Jon Medhurst (1): ARM: Enable selection of SMP operations at boot time Stefano Stabellini (1): arm: introduce psci_smp_ops arch/arm/include/asm/mach/arch.h | 5 ++ arch/arm/include/asm/psci.h | 9 ++++ arch/arm/kernel/Makefile | 5 ++- arch/arm/kernel/psci.c | 7 +-- arch/arm/kernel/psci_smp.c | 90 ++++++++++++++++++++++++++++++++++++++ arch/arm/kernel/setup.c | 9 +++- arch/arm/mach-virt/Makefile | 1 - arch/arm/mach-virt/platsmp.c | 58 ------------------------ arch/arm/mach-virt/virt.c | 3 - 9 files changed, 119 insertions(+), 68 deletions(-) create mode 100644 arch/arm/kernel/psci_smp.c delete mode 100644 arch/arm/mach-virt/platsmp.c git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git 3.9-rc3-psci-ops-10-tag Cheers, Stefano