[PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64
authorOlivier Galibert <galibert@pobox.com>
Tue, 13 Feb 2007 12:26:20 +0000 (13:26 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:20 +0000 (13:26 +0100)
commitb78673944b22b662b270c8bba5c198f19e4ee4e1
tree3cbbe3808335fc297fb3daf01dcbf26d4243a2db
parent2e188938ab2358034801938c2329b016ca135823
[PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64

i386 and x86-64 pci mmconfig code have a lot in common.  So share what's
shareable between the two.

Signed-off-by: Olivier Galibert <galibert@pobox.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
arch/i386/pci/Makefile
arch/i386/pci/mmconfig-shared.c [new file with mode: 0644]
arch/i386/pci/mmconfig.c
arch/i386/pci/pci.h
arch/x86_64/pci/Makefile
arch/x86_64/pci/mmconfig.c