MIPS: Fix build failure by adding definition of pfn_pmd().
authorDavid Daney <david.daney@cavium.com>
Fri, 18 Jan 2013 18:16:40 +0000 (18:16 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 23 Jan 2013 10:56:44 +0000 (11:56 +0100)
commit86ea9c51b9bc4db363a1cb2bfc2b001260eb6e1f
tree1184e33625d091d70ebd5692a1cba7b8110792af
parent757be67f565b4336f0d847f3ca9332e050c9ba83
MIPS: Fix build failure by adding definition of pfn_pmd().

With CONFIG_TRANSPARENT_HUGEPAGE=y and CONFIG_HUGETLBFS=y we get the
following build failure:

  CC      mm/huge_memory.o
mm/huge_memory.c: In function 'set_huge_zero_page':
mm/huge_memory.c:780:2: error: implicit declaration of function 'pfn_pmd' [-Werror=implicit-function-declaration]
mm/huge_memory.c:780:8: error: incompatible types when assigning to type 'pmd_t' from type 'int'

Add a definition of pfn_pmd() for 64-bit kernels (the only place huge
pages are currently supported).

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4813/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable-64.h