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>
此提交包含在:
Benjamin Herrenschmidt
2009-07-23 23:15:45 +00:00
父節點 dce6670aaa
當前提交 a8f7758c1c
共有 3 個檔案被更改,包括 2 行新增7 行删除

查看文件

@@ -54,8 +54,6 @@
#endif
#define MAX_LOW_MEM CONFIG_LOWMEM_SIZE
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
phys_addr_t total_memory;
phys_addr_t total_lowmem;