commit | 433c434a269e6a39753f0a97b4be903f96d030a9 | [log] [tgz] |
---|---|---|
author | Suman Anna <s-anna@ti.com> | Mon Apr 04 17:46:20 2016 -0500 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Apr 05 17:53:20 2016 +0200 |
tree | df095cd34a09c8512223f7cb18d7b63e850ab4a3 | |
parent | 7c1ab60008755fc229b623a875f1e42de31cdb64 [diff] |
iommu/omap: Use WARN_ON for page table alignment check The OMAP IOMMU page table needs to be aligned on a 16K boundary, and the current code uses a BUG_ON on the alignment sanity check in the .domain_alloc() ops implementation. Replace this with a less severe WARN_ON and bail out gracefully. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>