]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7e260771522f85e78b9f492123f0d99a62c5100
treed2b58130580e5c904b5fdf22f9b27388f93ed913
parentff17129062f3a37d92d8bc8b73a01e6dd5d2ae39
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