habanalabs: add WARN in case of bad MMU mapping
authorOded Gabbay <oded.gabbay@gmail.com>
Fri, 31 May 2019 15:25:20 +0000 (18:25 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Fri, 31 May 2019 15:25:20 +0000 (18:25 +0300)
commit747bf88c61772ec1e670ee04f4db6af15398c2ef
tree3e80ab5855fcd6773e0d14fd05e3c246379b82ba
parent2a51558c8c7f8275b16db918bf3a33108bc0cd2d
habanalabs: add WARN in case of bad MMU mapping

This patch checks if an MMU mapping is erroneous in that the physical
address that is being mapped is NOT divisible by the page size.

If that thing happens, then the H/W will issue a transaction which will be
translated to a wrong address, because part of the address will not be
taken (the remainder of address/page size).

Because the physical address is being handled by the driver, a WARN is
suitable here as it implies a bug in the driver code itself and not a user
bug.

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/misc/habanalabs/mmu.c