commit | c8acb28b331364b32a5c81dbfbdfc8475b2f1f27 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Fri Aug 11 11:42:46 2017 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Aug 15 18:23:53 2017 +0200 |
tree | 3388bab33f547a8e54945076e1220cdacc48e4a5 | |
parent | 9003d6186321e22b19125721b6fb2aa390ff8be6 [diff] |
iommu/vt-d: Allow to flush more than 4GB of device TLBs The shift qi_flush_dev_iotlb() is done on an int, which limits the mask to 32 bits. Make the mask 64 bits wide so that more than 4GB of address range can be flushed at once. Signed-off-by: Joerg Roedel <jroedel@suse.de>