commit | a8f7758c1c52a13e031266483efd5525157e43e9 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 23 23:15:45 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:25:09 2009 +1000 |
tree | d2b58130580e5c904b5fdf22f9b27388f93ed913 | |
parent | dce6670aaa7efece0558010b48d5ef9d421154be [diff] |
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>