commit | b73e97d95c168cbc19bd1208c894077f25931ba1 | [log] [tgz] |
---|---|---|
author | Alex Chiang <achiang@hp.com> | Fri Mar 20 14:56:15 2009 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Mar 20 14:57:32 2009 -0700 |
tree | 325b8ecf3358c9980f398166ec6d778c7dc32370 | |
parent | 74710ded8e16fc8dacbb702a5bac1a493d88549a [diff] |
PCI: do not initialize bridges more than once In preparation for PCI core hotplug, we need to ensure that we do not attempt to re-initialize bridges that have already been initialized. We only need to worry about non-root buses, since we will not allow root bus removal. Reported-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Alex Chiang <achiang@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>