commit | 79c1879ee5473e3404469b07f9bccfe6d0814b93 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 03 15:41:07 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 09 06:55:44 2018 +0200 |
tree | 7dfd4e224cd8bf1e4790ba8505fd25569f019155 | |
parent | 33782714dc53cfb9b8b02e852f3d239e5820cf42 [diff] |
iommu-helper: mark iommu_is_span_boundary as inline This avoids selecting IOMMU_HELPER just for this function. And we only use it once or twice in normal builds so this often even is a size reduction. Signed-off-by: Christoph Hellwig <hch@lst.de>