git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f5b56
)
iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n
author
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 7 Jul 2011 10:18:48 +0000
(12:18 +0200)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 7 Jul 2011 10:18:48 +0000
(12:18 +0200)
IOMMU_API is not selected when no DMA remapping driver is
selected, but the whole drivers/iommu/ directory is only
built with IOMMU_API=y. Fixed with this patch by including
the directory with IOMMU_SUPPORT instead.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found