]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] powerpc: Remove unused iommu_off logic from pSeries_init_early()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 21 Mar 2006 09:45:58 +0000 (20:45 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Mar 2006 04:04:12 +0000 (15:04 +1100)
commit415202447d31d0f458cca256ad7e0ed777d993d9
tree3f12c25557a7f631852e2bda9831dc7fc9b5b5fc
parentcaf80e579b5fc0048681a47c5a55487116e56a88
[PATCH] powerpc: Remove unused iommu_off logic from pSeries_init_early()

When iommu_init_early_pSeries() was added, ages ago, we forgot to remove
the code that checks /chosen/linux,iommu-off in pSeries_init_early(). We
do it now in iommu_init_early_pSeries().

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/setup.c