From: Matthew Wilcox Date: Wed, 17 Jun 2009 20:33:36 +0000 (-0400) Subject: ia64: Fix resource assignment for root busses X-Git-Tag: v2.6.31-rc1~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d89b30cc9be41af87881682ec82e2c107849dbe;p=pandora-kernel.git 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 Tested-by: Andrew Patterson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed