commit | 7e20b6f39aef541d890eba1fdf493f33b39d29e4 | [log] [tgz] |
---|---|---|
author | Suman Anna <s-anna@ti.com> | Wed May 04 17:45:37 2011 -0500 |
committer | Ohad Ben-Cohen <ohad@wizery.com> | Mon Jul 04 15:07:45 2011 +0300 |
tree | 83874cac3d3bbe9b0e61ce513f7237ca37178bd9 | |
parent | 61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf [diff] |
omap: iommu: fix pte programming Fix the pte programming to set the page attributes correctly by replacing the bitwise check with an explicit values check. Otherwise, 16MB entries will be erroneously programmed like 4KB entries, which is not what the hardware expects. Signed-off-by: Suman Anna <s-anna@ti.com> Acked-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>