commit | 207c6e36f122ebb1164d611c9f34f128313f47d5 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Wed Apr 26 15:39:28 2017 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Thu Apr 27 11:24:11 2017 +0200 |
tree | 4fe9584fdee8b19053fc88b5bab53e2b5171e8fe | |
parent | e8245c1b1a3bb8474f91c69ccd13637d3589bb2c [diff] |
iommu: Move report_iommu_fault() to iommu.c The function is in no fast-path, there is no need for it to be static inline in a header file. This also removes the need to include iommu trace-points in iommu.h. Signed-off-by: Joerg Roedel <jroedel@suse.de>