[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <86802c440806121251v6470df17sf0dabb1b24c0851e@mail.gmail.com>
Date: Thu, 12 Jun 2008 12:51:36 -0700
From: "Yinghai Lu" <yhlu.kernel@...il.com>
To: "Robert Richter" <robert.richter@....com>
Cc: "Arjan van de Ven" <arjan@...radead.org>,
"Thomas Gleixner" <tglx@...utronix.de>,
"Ingo Molnar" <mingo@...e.hu>, LKML <linux-kernel@...r.kernel.org>,
"Andi Kleen" <andi@...stfloor.org>
Subject: Re: [PATCH 1/2] x86/pci: Renaming k8-bus_64.c to amd_bus.c
On Thu, Jun 12, 2008 at 11:19 AM, Robert Richter <robert.richter@....com> wrote:
> The name fits better since this is code not only for K8.
>
> Signed-off-by: Robert Richter <robert.richter@....com>
> ---
> arch/x86/pci/Makefile_64 | 2 +-
> arch/x86/pci/amd_bus.c | 528 ++++++++++++++++++++++++++++++++++++++++++++++
> arch/x86/pci/k8-bus_64.c | 528 ----------------------------------------------
> 3 files changed, 529 insertions(+), 529 deletions(-)
> create mode 100644 arch/x86/pci/amd_bus.c
> delete mode 100644 arch/x86/pci/k8-bus_64.c
>
> diff --git a/arch/x86/pci/Makefile_64 b/arch/x86/pci/Makefile_64
> index 8fbd198..fd47068 100644
> --- a/arch/x86/pci/Makefile_64
> +++ b/arch/x86/pci/Makefile_64
> @@ -13,5 +13,5 @@ obj-y += legacy.o irq.o common.o early.o
> # mmconfig has a 64bit special
> obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o
>
> -obj-y += k8-bus_64.o
> +obj-y += amd_bus.o
can we keep the _64?
It is used by 64bit only at this time.
YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists