]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c
authorYinghai Lu <yinghai@kernel.org>
Thu, 12 Nov 2009 06:27:40 +0000 (22:27 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 24 Nov 2009 23:25:59 +0000 (15:25 -0800)
commit67f241f4579651ea4335b58967c8880c0a378249
tree595afbde4b48bcd33425fb96ee2f4e09e45b6979
parent7b7a78594292d540720485544ad1043b71de14e0
x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c

Those functions are used by intel_bus.c so seperate them to another file. and
make amd_bus a bit smaller.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/pci/Makefile
arch/x86/pci/amd_bus.c
arch/x86/pci/bus_numa.c [new file with mode: 0644]
arch/x86/pci/bus_numa.h