commit | 6f0ef0f505af1ce6e9756087a9d4cc3778bae8c6 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 23 23:15:26 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:12:42 2009 +1000 |
tree | df60577c18cd61fd11debf249d60d49897e2a111 | |
parent | d4e167da4cb60910f6ac305aee03714937f70b71 [diff] |
powerpc/mm: Call mmu_context_init() from ppc64 Our 64-bit hash context handling has no init function, but 64-bit Book3E will use the common mmu_context_nohash.c code which does, so define an empty inline mmu_context_init() for 64-bit server and call it from our 64-bit setup_arch() Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Kumar Gala <galak@kernel.crashing.org>