x86, AMD IOMMU, build fix #2
authorIngo Molnar <mingo@elte.hu>
Fri, 27 Jun 2008 08:48:16 +0000 (10:48 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 27 Jun 2008 08:52:34 +0000 (10:52 +0200)
fix:

 arch/x86/kernel/amd_iommu.c: In function ‘amd_iommu_init_dma_ops':
 arch/x86/kernel/amd_iommu.c:940: error: lvalue required as left operand of assignment
 arch/x86/kernel/amd_iommu.c:941: error: lvalue required as left operand of assignment

due to !CONFIG_GART_IOMMU.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found