OSDN Git Service

iommu/arm-smmu: Always set resume to terminate the transaction
authorShrenuj Bansal <shrenujb@codeaurora.org>
Fri, 18 Sep 2015 21:59:09 +0000 (14:59 -0700)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:14:14 +0000 (11:14 -0700)
commit6408533e2a05f8d34e07a3d49d72394b76a20387
treea9130508b9362ce90f7076a442305d8703cc349a
parentea3e8d27a6425d2db6541ebc4ff1044b5a785277
iommu/arm-smmu: Always set resume to terminate the transaction

When using the client fault handler, set resume to terminate the
faulting transaction similar to the way of the default fault
handler.

Its possible that if the client fault handler doesn't "fully"
handle the fault, there would be a stream of page faults on the
same address since we would keep on retrying the same
transaction.

Change-Id: Id7aa439fd90aa5b63364c8ac270593330c55d672
Signed-off-by: Shrenuj Bansal <shrenujb@codeaurora.org>
drivers/iommu/arm-smmu.c