From: Kumar Gala Date: Wed, 25 Jul 2007 05:29:53 +0000 (-0500) Subject: [POWERPC] Fix PCI indirect for big-endian cfg_addr X-Git-Tag: v2.6.23-rc2~190^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7659c038d3d0a635b5aeff04aed523d7b6c1dde8;p=pandora-kernel.git [POWERPC] Fix PCI indirect for big-endian cfg_addr We didn't actually propogate the flag we pass into setup_indirect_pci() to set indirect_type and thus were getting the wrong endianness if PPC_INDIRECT_TYPE_BIG_ENDIAN was set. Also, we need to or in additional flags rather than just doing a direct assignment. Signed-off-by: Kumar Gala --- Reading git-diff-tree failed