x86/pci: Renaming k8-bus_64.c to amd_bus.c
The name fits better since this is code not only for K8. Signed-off-by: Robert Richter <robert.richter@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
0beefa208b
commit
24bfdca7b7
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue