[PATCH] omap: iommu: fix pte attributes for super section
From: Hiroshi DOYU <hidden>
Date: 2011-05-16 07:11:57
Also in:
linux-omap
From: Hiroshi DOYU <hidden>
Date: 2011-05-16 07:11:57
Also in:
linux-omap
From: "ext Anna, Suman" <redacted> Subject: [PATCH] omap: iommu: fix pte attributes for super section Date: Tue, 10 May 2011 10:25:17 -0700
From 5796d8d8a0ea5aee342b78ca6ead229971cff6c5 Mon Sep 17 00:00:00 2001 From: Suman Anna <redacted> Date: Wed, 4 May 2011 17:45:37 -0500 Subject: [PATCH] omap: iommu: fix pte attributes for super section The PTE programming causes a 16MB entry to be interpreted as a 4K entry because of the bitwise check, and therefore does not set the attributes properly in the first-level descriptor table. The bitwise check has been replaced appropriately. Signed-off-by: Suman Anna <redacted>
Acked-by: Hiroshi DOYU <redacted> Thanks, checked with OMAP2/3 TRM.