From: Benjamin Herrenschmidt Date: Thu, 23 Jul 2009 23:15:26 +0000 (+0000) Subject: powerpc/mm: Call mmu_context_init() from ppc64 X-Git-Tag: v2.6.32-rc1~675^2~98 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f0ef0f505af1ce6e9756087a9d4cc3778bae8c6;p=pandora-kernel.git 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 Acked-by: Kumar Gala --- Reading git-diff-tree failed