From: Andi Kleen Date: Thu, 23 Mar 2006 22:35:12 +0000 (-0800) Subject: [PATCH] PCI: Give PCI config access initialization a defined ordering X-Git-Tag: v2.6.17-rc1~998^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c05fc1a32e5ccef5e0e8201f32dcdab041524c;p=pandora-kernel.git [PATCH] PCI: Give PCI config access initialization a defined ordering I moved it to a separate function which is safer. This avoids problems with the linker reordering them and the less useful PCI config space access methods taking priority over the better ones. Fixes some problems with broken MMCONFIG Cc: Dave Hansen Signed-off-by: Andi Kleen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed