iommu/arm-smmu: Poll TLBSTATUS with a tight loop
Currently we're using a 10us delay while polling the TLB status register after doing a TLB operation. These operations almost always finish on the first iteration or two, so the delay is unnecessary. Just do a tight poll. Change-Id: I7d5787ea92e227ded5a0578c1c647e8317c8ceca Signed-off-by:Mitchel Humpherys <mitchelh@codeaurora.org> Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
Loading
Please register or sign in to comment