Home
last modified time | relevance | path

Searched hist:ff35147cf15814e13c62831f6910f8663e4dc91e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dsetup-bus.cdiff ff35147cf15814e13c62831f6910f8663e4dc91e Wed Jul 24 16:37:13 CDT 2013 Yinghai Lu <yinghai@kernel.org> PCI: Move resource reallocation code to non-__init

Resource reallocation is currently done only at boot-time, but will
soon be done when host bridge is hot-added. This patch removes the
__init annotations so the code will still be present after boot.

[bhelgaas: split __init changes out]
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>