commit | 5c6fc8db768fb9990ee67ab052896fd46fbe2651 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | Wed Jun 10 04:38:45 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jun 15 13:26:19 2009 +1000 |
tree | a1e3e051c68ea4101344acffba5ca14363224360 | |
parent | ca971ea39fa92add0fa596ad80affd7db781d762 [diff] |
powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h> Both arch/powerpc/platforms/cell/iommu.c and arch/powerpc/platforms/ps3/mm.c contain the same Cell IOMMU page table entry definitions. Extract them and move them to <asm/iommu.h>, while adding a CBE_ prefix. This also allows them to be used by drivers. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>