Skip to content

Commit

Permalink
x86/pci: Renaming k8-bus_64.c to amd_bus.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 8, 2008
1 parent 0beefa2 commit 24bfdca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/pci/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -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

File renamed without changes.

0 comments on commit 24bfdca

Please sign in to comment.