From 3abe3b88d98159889c7da71a51037fa296a7778f Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo Date: Tue, 23 Jun 2009 13:30:25 +0300 Subject: [PATCH] --- yaml --- r: 154549 b: refs/heads/master c: f48ef99ca14577f3ea0a48c0e05ed7f5f6d211e9 h: refs/heads/master i: 154547: 944782c15331c64ef0eaf51cb2977c16e005761c v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-omap/iommu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c8210531fe28..5a1d949ae1de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8e6488f7b56d82453fc7d526118e9f1c2df133a +refs/heads/master: f48ef99ca14577f3ea0a48c0e05ed7f5f6d211e9 diff --git a/trunk/arch/arm/plat-omap/iommu.c b/trunk/arch/arm/plat-omap/iommu.c index 4cf449fa2cb5..4a0301399013 100644 --- a/trunk/arch/arm/plat-omap/iommu.c +++ b/trunk/arch/arm/plat-omap/iommu.c @@ -298,7 +298,7 @@ void flush_iotlb_page(struct iommu *obj, u32 da) if ((start <= da) && (da < start + bytes)) { dev_dbg(obj->dev, "%s: %08x<=%08x(%x)\n", __func__, start, da, bytes); - + iotlb_load_cr(obj, &cr); iommu_write_reg(obj, 1, MMU_FLUSH_ENTRY); } }