Skip to content
Commit 94a568ce authored by John Sperbeck's avatar John Sperbeck Committed by Joerg Roedel
Browse files

iommu/amd: use full 64-bit value in build_completion_wait()



We started using a 64 bit completion value.  Unfortunately, we only
stored the low 32-bits, so a very large completion value would never
be matched in iommu_completion_wait().

Fixes: c69d89af ("iommu/amd: Use 4K page for completion wait write-back semaphore")
Signed-off-by: default avatarJohn Sperbeck <jsperbeck@google.com>
Link: https://lore.kernel.org/r/20220801192229.3358786-1-jsperbeck@google.com


Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 7e18e42e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment