]> git.neil.brown.name Git - history.git/commit
[PATCH] ppc64: iommu rewrite
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 27 Feb 2004 01:16:34 +0000 (17:16 -0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 27 Feb 2004 01:16:34 +0000 (17:16 -0800)
commit556a2c9e0bdc784db59943cd72577b62335644b4
tree8e90fcc7b72ef97388e518413ebff8c07a1137cc
parente2d17c1336794d9db154ad39bbcdfb21e195a7c1
[PATCH] ppc64: iommu rewrite

Lots of things renamed, sillicaps killed, stuffs moved around and common
code properly extracted from implementation specific code, new
allocator, etc...  The code is overall a lot simpler, faster, less prone
to fail, and a lot more manageable.  I didn't use "bk mv", there is no
need to keep the old history attached to the new file.
26 files changed:
arch/ppc64/Kconfig
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/chrp_setup.c
arch/ppc64/kernel/iSeries_iommu.c [new file with mode: 0644]
arch/ppc64/kernel/iSeries_pci.c
arch/ppc64/kernel/iommu.c [new file with mode: 0644]
arch/ppc64/kernel/pSeries_iommu.c [new file with mode: 0644]
arch/ppc64/kernel/pSeries_lpar.c
arch/ppc64/kernel/pSeries_pci.c
arch/ppc64/kernel/pci.c
arch/ppc64/kernel/pci_dma.c [deleted file]
arch/ppc64/kernel/pci_dn.c
arch/ppc64/kernel/pci_iommu.c [new file with mode: 0644]
arch/ppc64/kernel/pmac_setup.c
arch/ppc64/kernel/prom.c
arch/ppc64/kernel/vio.c
arch/ppc64/mm/init.c
include/asm-ppc64/iSeries/iSeries_dma.h [deleted file]
include/asm-ppc64/iSeries/iSeries_pci.h
include/asm-ppc64/io.h
include/asm-ppc64/iommu.h [new file with mode: 0644]
include/asm-ppc64/machdep.h
include/asm-ppc64/pci.h
include/asm-ppc64/pci_dma.h [deleted file]
include/asm-ppc64/prom.h
include/asm-ppc64/vio.h