commit | cc57450f5c044270d2cf1dd437c1850422262109 | [log] [tgz] |
---|---|---|
author | Rajesh Shah <rajesh.shah@intel.com> | Thu Apr 28 00:25:47 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 27 21:52:40 2005 -0700 |
tree | 418c7546c443cfc80601da045731f6b5a9f23442 | |
parent | 71c3511c22e8e0648094672abec898b3bf84c18b [diff] |
[PATCH] acpi bridge hotadd: Prevent duplicate bus numbers when scanning PCI bridge When hot-plugging a root bridge, as we try to assign bus numbers we may find that the hotplugged hieratchy has more PCI to PCI bridges (i.e. bus requirements) than available. Make sure we don't step over an existing bus when that happens. Signed-off-by: Rajesh Shah <rajesh.shah@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>