diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-04 09:55:02 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 10:00:05 (GMT) |
commit | c66b9906f863696159e05890bb7123269bb9a9de (patch) | |
tree | 8aa2277b033eb8c823289575134d21180ce42e73 /include/asm-mn10300/irq.h | |
parent | 4010b0192ddf6ec7ec1b9feb9b0953692aeb7329 (diff) | |
download | linux-fsl-qoriq-c66b9906f863696159e05890bb7123269bb9a9de.tar.xz |
intel-iommu: fix build error with INTR_REMAP=y and DMAR=n
dmar.o can be built in the CONFIG_INTR_REMAP=y case but
iommu_calculate_agaw() is only available if VT-d is built as well.
So create an inline version of iommu_calculate_agaw() for the
!CONFIG_DMAR case. The iommu->agaw value wont be used in this
case, but the code is cleaner (has less #ifdefs) if we have it around
unconditionally.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-mn10300/irq.h')
0 files changed, 0 insertions, 0 deletions