From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754300AbbGFJGR (ORCPT ); Mon, 6 Jul 2015 05:06:17 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:36072 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751368AbbGFJGQ (ORCPT ); Mon, 6 Jul 2015 05:06:16 -0400 Message-ID: <559A450E.50801@linaro.org> Date: Mon, 06 Jul 2015 11:06:22 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Jisheng Zhang , linux@arm.linux.org.uk, will.deacon@arm.com, mark.rutland@arm.com, Catalin.Marinas@arm.com, Lorenzo.Pieralisi@arm.com CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 1/3] arm: psci: rename psci_smp.c to psci.c References: <1436014910-1201-1-git-send-email-jszhang@marvell.com> <1436014910-1201-2-git-send-email-jszhang@marvell.com> In-Reply-To: <1436014910-1201-2-git-send-email-jszhang@marvell.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/04/2015 03:01 PM, Jisheng Zhang wrote: > This will prepare for next commit to enable PSCI for UP systems so that > calls like cpu_suspend can be made functional on UP too. > > Signed-off-by: Jisheng Zhang > --- > arch/arm/kernel/Makefile | 2 +- > arch/arm/kernel/psci.c | 130 +++++++++++++++++++++++++++++++++++++++++++++ > arch/arm/kernel/psci_smp.c | 130 --------------------------------------------- > 3 files changed, 131 insertions(+), 131 deletions(-) > create mode 100644 arch/arm/kernel/psci.c > delete mode 100644 arch/arm/kernel/psci_smp.c When you move or rename a file, use the -M option with git when sending the email. Instead of providing a big diff file, it will just annotate the renaming. -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog