aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_direct_iommu.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-06-15[POWERPC] cleanup dma_mapping_opsAnton Blanchard1-7/+11
For pseries IOMMU bypass I want to be able to fall back to the regular IOMMU ops. Do this by creating a dma_mapping_ops struct, and convert the others while at it. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-11-14powerpc: Move most remaining ppc64 files over to arch/powerpcPaul Mackerras1-0/+94
Also deletes files in arch/ppc64 that are no longer used now that we don't compile with ARCH=ppc64 any more. Signed-off-by: Paul Mackerras <paulus@samba.org>