commit | 1d89b30cc9be41af87881682ec82e2c107849dbe | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Wed Jun 17 16:33:36 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 17 14:04:42 2009 -0700 |
tree | 1cbd30856ca7158f7c6906330ebe58cc55aa9b2d | |
parent | a76117dfd687ec4be0a9a05214f3009cc5f73a42 [diff] |
ia64: Fix resource assignment for root busses ia64 was assigning resources to root busses after allocations had been made for child busses. Calling pcibios_setup_root_windows() from pcibios_fixup_bus() solves this problem by assigning the resources to the root bus before child busses are scanned. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Tested-by: Andrew Patterson <andrew.patterson@hp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>