From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753807AbbGFJOs (ORCPT ); Mon, 6 Jul 2015 05:14:48 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:55670 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751162AbbGFJOp (ORCPT ); Mon, 6 Jul 2015 05:14:45 -0400 Date: Mon, 6 Jul 2015 17:14:06 +0800 From: Jisheng Zhang To: Daniel Lezcano , , , , , CC: , Subject: Re: [RFC PATCH 1/3] arm: psci: rename psci_smp.c to psci.c Message-ID: <20150706171406.2e236f8c@xhacker> In-Reply-To: <559A450E.50801@linaro.org> References: <1436014910-1201-1-git-send-email-jszhang@marvell.com> <1436014910-1201-2-git-send-email-jszhang@marvell.com> <559A450E.50801@linaro.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-07-06_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.9 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1506180000 definitions=main-1507060150 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Jul 2015 11:06:22 +0200 Daniel Lezcano wrote: > 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. Thanks for the kindly remind and tips, I didn't know this before. Will take care that in the future. Thanks a lot, Jisheng