commit | bb863e85a74f0222f4486ddb1945ed9eb431d6c9 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@mvista.com> | Tue Jun 08 09:55:40 2010 +0000 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Aug 04 14:15:22 2010 -0500 |
tree | 563f90f0cd81811ebc53759de53cffff1b87b65b | |
parent | f933a41e419a954ef90605224e02c3ded78f3372 [diff] |
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 <avorontsov@mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>