• Russell King's avatar
    [PATCH] Eliminate stack allocation of struct pci_dev... · 7c3db3a8
    Russell King authored
    - Eliminate the stack allocation of a struct pci_dev, and make
      pci_scan_slot() take a bus and a devfn argument.
    - Add "dev->multifunction" to indicate whether this is a multifunction
      device.
    - Run header fixups before inserting the new pci device into any
      device lists or announcing it to the drivers.
    - Convert some more stuff to use the list_for_each* macro(s).
    7c3db3a8
ibmphp_core.c 37.6 KB