From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753255AbdIEVUR (ORCPT ); Tue, 5 Sep 2017 17:20:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:34012 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752256AbdIEVUM (ORCPT ); Tue, 5 Sep 2017 17:20:12 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: =?UTF-8?q?Andreas=20F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org Cc: Thomas Liau , =?UTF-8?q?=E5=BC=A0=E4=B8=9C=E9=A3=8E?= , =?UTF-8?q?=E5=88=98=E7=82=9C?= , =?UTF-8?q?=E5=BC=A0=E5=A4=A9=E7=9B=8A?= , =?UTF-8?q?=E6=A2=85=E5=88=A9?= , 96boards@ucrobotics.com, support@lemaker.org, support@cubietech.com, lee@cubietech.com, Ioan B , Florian Fainelli , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] ARM: Actions Semi S500 SMP cleanups Date: Tue, 5 Sep 2017 23:19:58 +0200 Message-Id: <20170905212000.7009-1-afaerber@suse.de> X-Mailer: git-send-email 2.13.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This mini-series further cleans up the SMP code for Actions Semi S500 SoC. @David, can you please reply with an Acked-by for the second patch? Thanks! Work branch for testing: https://github.com/afaerber/linux/commits/bg96-next Have a lot of fun! Cheers, Andreas v1 -> v2: * Prepended __pa_symbol cleanup (Florian) Cc: David Liu Cc: Florian Fainelli Andreas Färber (2): ARM: owl: smp: Use __pa_symbol() ARM: owl: smp: Drop owl_secondary_boot() arch/arm/mach-actions/Makefile | 4 +--- arch/arm/mach-actions/headsmp.S | 52 ----------------------------------------- arch/arm/mach-actions/platsmp.c | 2 +- 3 files changed, 2 insertions(+), 56 deletions(-) delete mode 100644 arch/arm/mach-actions/headsmp.S -- 2.13.5