]> git.karo-electronics.de Git - mv-sheeva.git/commit
[PATCH] x86_64: no_iommu removal in pci-gart.c
authorJon Mason <jdmason@us.ibm.com>
Sun, 26 Feb 2006 03:18:22 +0000 (04:18 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Feb 2006 17:53:29 +0000 (09:53 -0800)
commit60b08c67220cf6faef7410ac6adba23a8a743bf7
treead3c5f6933f06ce46ff41b0fe456a10900a04567
parent04a3d311c01d3ad287750c5c8d03fa614475af91
[PATCH] x86_64: no_iommu removal in pci-gart.c

In previous versions of pci-gart.c, no_iommu was used to determine if IOMMU was
disabled in the GART DMA mapping functions.  This changed in 2.6.16 and now
gart_xxx() functions are only called if gart is enabled.  Therefore, uses of
no_iommu in the GART code are no longer necessary and can be removed.

Also, it removes double deceleration of no_iommu and force_iommu in pci.h and
proto.h, by removing the deceleration in pci.h.

Lastly, end_pfn off by one error.

Tested (along with patch 1/2) on dual opteron with gart enabled, iommu=soft,
and iommu=off.

Signed-off-by: Jon Mason <jdmason@us.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/aperture.c
arch/x86_64/kernel/pci-gart.c
include/asm-x86_64/pci.h