Re: [PATCH 1/2] x86/pci: Renaming k8-bus_64.c to amd_bus.c

From: Yinghai Lu
Date: Thu Jun 12 2008 - 15:51:47 EST


On Thu, Jun 12, 2008 at 11:19 AM, Robert Richter <robert.richter@xxxxxxx> wrote:
> The name fits better since this is code not only for K8.
>
> Signed-off-by: Robert Richter <robert.richter@xxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/