-
- Downloads
PCI: Make early dump functionality generic
Move early dump functionality into common code so that it is available for all architectures. No need to carry arch-specific reads around as the read hooks are already initialized by the time pci_setup_device() is getting called during scan. Tested-by:Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by:
Sinan Kaya <okaya@codeaurora.org> Signed-off-by:
Bjorn Helgaas <bhelgaas@google.com> Reviewed-by:
Andy Shevchenko <andy.shevchenko@gmail.com>
Showing
- Documentation/admin-guide/kernel-parameters.txt 1 addition, 1 deletionDocumentation/admin-guide/kernel-parameters.txt
- arch/x86/include/asm/pci-direct.h 0 additions, 4 deletionsarch/x86/include/asm/pci-direct.h
- arch/x86/kernel/setup.c 0 additions, 5 deletionsarch/x86/kernel/setup.c
- arch/x86/pci/common.c 0 additions, 4 deletionsarch/x86/pci/common.c
- arch/x86/pci/early.c 0 additions, 44 deletionsarch/x86/pci/early.c
- drivers/pci/pci.c 5 additions, 0 deletionsdrivers/pci/pci.c
- drivers/pci/pci.h 1 addition, 0 deletionsdrivers/pci/pci.h
- drivers/pci/probe.c 17 additions, 0 deletionsdrivers/pci/probe.c
Loading
Please register or sign in to comment