From: Paul Mackerras Date: Wed, 21 Sep 2005 04:14:22 +0000 (+1000) Subject: [PATCH] ppc64: Fix PCI flags when using OF device tree X-Git-Tag: v2.6.14-rc3~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79e743e9fcf03f521300a970eb1ab69641910ba;p=pandora-kernel.git [PATCH] ppc64: Fix PCI flags when using OF device tree My code to set up the PCI tree from the Open Firmware device tree was setting IORESOURCE_* flags on the resources for the devices, but not the PCI_BASE_ADDRESS_* flags. This meant that some drivers misbehaved, and /proc/pci showed the wrong types for the resources. This fixes it. Signed-off-by: Paul Mackerras Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed