commit | 460c26d05bf7357a4d5b41b3d7a97727f5bdffe1 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Fri Jun 02 14:28:01 2017 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Thu Jun 08 14:38:57 2017 +0200 |
tree | b60c9a6997f88f29cfb5d3c725d3704e96723fba | |
parent | 23e967e17c58779b38f69f8d41d727f59440d36a [diff] |
iommu/amd: Rip out old queue flushing code The queue flushing is pretty inefficient when it flushes the queues for all cpus at once. Further it flushes all domains from all IOMMUs for all CPUs, which is overkill as well. Rip it out to make room for something more efficient. Signed-off-by: Joerg Roedel <jroedel@suse.de>