]> git.baikalelectronics.ru Git - kernel.git/commit
mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()
authorDave Jiang <dave.jiang@intel.com>
Mon, 27 Feb 2017 22:30:25 +0000 (14:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Feb 2017 02:43:48 +0000 (18:43 -0800)
commit62e1dcced4b820569bab95628f830a42f8eb86d5
tree533073a6fe242e3c4faba6b354700ffa38d40c83
parent45a413eaaaef6fc92ec980715a6c36dabcc1d9c5
mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()

Looks like I also missed the build config that includes
CONFIG_HIGHMEM64G && CONFIG_PARAVIRT to export the native_pud_clear()
dummy function.

Fixes: 613335b9fc417 ("mm, x86: add support for PUD-sized transparent hugepages")
Link: http://lkml.kernel.org/r/148823188084.56076.17451228917824355200.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Reported-by: Laura Abbott <labbott@redhat.com>
Reported-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/pgtable-3level.h