-
- Downloads
[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 <haveblue@us.ibm.com> Signed-off-by:Andi Kleen <ak@suse.de> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- arch/i386/pci/Makefile 1 addition, 1 deletionarch/i386/pci/Makefile
- arch/i386/pci/direct.c 5 additions, 10 deletionsarch/i386/pci/direct.c
- arch/i386/pci/init.c 25 additions, 0 deletionsarch/i386/pci/init.c
- arch/i386/pci/mmconfig.c 3 additions, 8 deletionsarch/i386/pci/mmconfig.c
- arch/i386/pci/pcbios.c 1 addition, 3 deletionsarch/i386/pci/pcbios.c
- arch/i386/pci/pci.h 3 additions, 0 deletionsarch/i386/pci/pci.h
- arch/x86_64/pci/Makefile 2 additions, 1 deletionarch/x86_64/pci/Makefile
Loading
Please register or sign in to comment