From: Anton Vorontsov Date: Tue, 8 Jun 2010 09:55:40 +0000 (+0000) Subject: powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boards X-Git-Tag: v2.6.36-rc1~559^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb863e85a74f0222f4486ddb1945ed9eb431d6c9;p=pandora-kernel.git powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boards The code inside '#ifdef CONFIG_QUICC_ENGINE' makes the mpc85xx_mds_setup_arch() return early if no QE nodes present, and so SWIOTLB is never initialized. This patch fixes the issue by moving SWIOTLB code above QE. Signed-off-by: Anton Vorontsov Signed-off-by: Kumar Gala --- Reading git-diff-tree failed