From: Hari Kanigeri Date: Fri, 20 Aug 2010 13:50:18 +0000 (+0000) Subject: omap: iommu-load cam register before flushing the entry X-Git-Tag: v2.6.36-rc8~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa035e52373386381fcdfbd506e32eac0c662f0;p=pandora-kernel.git omap: iommu-load cam register before flushing the entry The flush_iotlb_page is not loading the cam register before flushing the cam entry. This causes wrong entry to be flushed out from the TLB, and if the entry happens to be a locked TLB entry it would lead to MMU faults. The fix is to load the cam register with the address to be flushed before flushing the TLB entry. Signed-off-by: Hari Kanigeri Acked-by: Hiroshi DOYU Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed