From: Ben Hutchings Date: Mon, 4 Mar 2013 04:17:21 +0000 (+0000) Subject: MIPS: Add dependencies for HAVE_ARCH_TRANSPARENT_HUGEPAGE X-Git-Tag: v3.9-rc6~29^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383c97b4587665d47d08dff37ec85b44be760505;p=pandora-kernel.git MIPS: Add dependencies for HAVE_ARCH_TRANSPARENT_HUGEPAGE The MIPS implementation of transparent huge-pages (THP) is 64-bit only, and of course also requires that the CPU supports huge-pages. Currently it's entirely possible to enable THP in other configurations, which then fail to build due to pfn_pmd() not being defined. Signed-off-by: Ben Hutchings Cc: linux-mips@linux-mips.org Acked-by: David Daney Patchwork: https://patchwork.linux-mips.org/patch/4972/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed