From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f178.google.com ([209.85.192.178]:57979 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753823AbaIHMvx (ORCPT ); Mon, 8 Sep 2014 08:51:53 -0400 Received: by mail-pd0-f178.google.com with SMTP id p10so3719871pdj.23 for ; Mon, 08 Sep 2014 05:51:53 -0700 (PDT) Message-ID: <540DA653.2000901@linaro.org> Date: Mon, 08 Sep 2014 20:51:31 +0800 From: Hanjun Guo MIME-Version: 1.0 To: "Rafael J. Wysocki" , Jiang Liu CC: Benjamin Herrenschmidt , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Bjorn Helgaas , Randy Dunlap , Yinghai Lu , Borislav Petkov , Grant Likely , Len Brown , Robert Moore , Lv Zheng , Konrad Rzeszutek Wilk , Andrew Morton , Tony Luck , Joerg Roedel , Greg Kroah-Hartman , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [Patch v4 04/16] ACPI: Rename processor_core.c as apic_id.c References: <1409192561-19744-1-git-send-email-jiang.liu@linux.intel.com> <1409192561-19744-5-git-send-email-jiang.liu@linux.intel.com> <1957879.bE3ICM6HKO@vostro.rjw.lan> In-Reply-To: <1957879.bE3ICM6HKO@vostro.rjw.lan> Content-Type: text/plain; charset=UTF-8 Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Gerry, Rafael, On 2014年09月08日 06:37, Rafael J. Wysocki wrote: > On Thursday, August 28, 2014 10:22:29 AM Jiang Liu wrote: >> Now all code in processor_core.c is APIC ID related, so rename it as >> apic_id.c. Later IOAPIC ID related code will be added into apic_id.c. > Actually, I'm not sure about this one. > > Renames like this make it difficult to backport things in general > and kind of break "git blame", so do we have to do that? > > What's wrong with leaving the name as is and adding a comment > about the contents being related to IOAPIC ID? It will be thankful for not renaming the file into apic_id.c, because apic id is x86 specific, and platform like ARM will also add some code to get cpu hardware id via GICC structure in MADT table in that file, apic id is not a generic name for both x86 and ARM, I prefer to keep it as it is :) Thanks Hanjun