git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
928bea9
)
PCI: Move resource reallocation code to non-__init
author
Yinghai Lu
<yinghai@kernel.org>
Wed, 24 Jul 2013 21:37:13 +0000
(15:37 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 25 Jul 2013 18:35:03 +0000
(12:35 -0600)
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>
No differences found