Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6

* 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6:
omap: iommu-load cam register before flushing the entry

+1
+1
arch/arm/plat-omap/iommu.c
··· 320 320 if ((start <= da) && (da < start + bytes)) { 321 321 dev_dbg(obj->dev, "%s: %08x<=%08x(%x)\n", 322 322 __func__, start, da, bytes); 323 + iotlb_load_cr(obj, &cr); 323 324 iommu_write_reg(obj, 1, MMU_FLUSH_ENTRY); 324 325 } 325 326 }