powerpc/mm: Move around mmu_gathers definition on 64-bit
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 23 Jul 2009 23:15:45 +0000 (23:15 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 20 Aug 2009 00:25:09 +0000 (10:25 +1000)
commita8f7758c1c52a13e031266483efd5525157e43e9
treed2b58130580e5c904b5fdf22f9b27388f93ed913
parentdce6670aaa7efece0558010b48d5ef9d421154be
powerpc/mm: Move around mmu_gathers definition on 64-bit

The definition for the global structure mmu_gathers, used by generic code,
is currently defined in multiple places not including anything used by
64-bit Book3E. This changes it by moving to one place common to all
processors.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/init_32.c
arch/powerpc/mm/pgtable.c
arch/powerpc/mm/tlb_hash64.c