Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24bfdca7 authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar
Browse files

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: default avatarRobert Richter <robert.richter@amd.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0beefa20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.