commit | ae62d49c7a9303de868f4925d020719d00686411 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Mon Dec 21 16:28:45 2015 +0100 |
committer | Joerg Roedel <jroedel@suse.de> | Mon Dec 28 17:18:51 2015 +0100 |
tree | 0358d8453787d21917185baaa42677fad8b6fee2 | |
parent | a0f51447f4accd8f0f9420d8e617dd4e371504d7 [diff] |
iommu/amd: Move aperture_range.offset to another cache-line Moving it before the pte_pages array puts in into the same cache-line as the spin-lock and the bitmap array pointer. This should safe a cache-miss. Signed-off-by: Joerg Roedel <jroedel@suse.de>