commit | adaba320916d246af56821a1aab81a715091e7e5 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Jul 31 19:21:26 2013 +0100 |
committer | Joerg Roedel <joro@8bytes.org> | Wed Aug 14 12:09:14 2013 +0200 |
tree | 434d23ba1dc9f068150b7657d23ee66d9b2ce5cb | |
parent | 2ae9f2fa3f770c734e713f9a0a4c40bcf2373ab6 [diff] |
iommu/arm-smmu: Tighten up global fault reporting On systems which use a single, combined irq line for the SMMU, context faults may result in us spuriously reporting global faults with zero status registers. This patch fixes up the fsr checks in both the context and global fault interrupt handlers, so that we only report the fault if the fsr indicates something did indeed go awry. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>