commit | 34fb4b37b7b6da7dc34797d1abf234dd30b091d8 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Feb 26 11:14:37 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Thu Feb 27 19:08:43 2014 +0000 |
tree | f020f4b2e6015ca317ea6ff5c88a4ecf225e4e12 | |
parent | 3aa80ea4c90d46ffbe200d05b9ceb997001b36df [diff] |
iommu/arm-smmu: fix incorrect comment regarding TLB invalidation Commit 1463fe44fd0f ("iommu/arm-smmu: Don't use VMIDs for stage-1 translations") moved our TLB invalidation from context creation time to context destruction time, but forgot to update an associated comment. This patch fixes the broken comment. Signed-off-by: Will Deacon <will.deacon@arm.com>