]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
authorHuacai Chen <chenhc@lemote.com>
Thu, 15 Nov 2018 07:53:54 +0000 (15:53 +0800)
committerPaul Burton <paul.burton@mips.com>
Wed, 21 Nov 2018 05:05:39 +0000 (21:05 -0800)
commit0da8677c59da4dd3d0fcfac27112541d6add3fef
tree4ca74ae9d482174be55b55941d75983cff89211b
parentec1f077c938fdc1dad06f971020ed2bd2dc12bd0
MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()

This patch is borrowed from ARM64 to ensure pmd_present() returns false
after pmd_mknotpresent(). This is needed for THP.

References: cacd97918f58 ("arm64: Ensure pmd_present() returns false after pmd_mknotpresent()")
Reviewed-by: James Hogan <jhogan@kernel.org>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21135/
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <james.hogan@mips.com>
Cc: Steven J . Hill <Steven.Hill@cavium.com>
Cc: linux-mips@linux-mips.org
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Cc: <stable@vger.kernel.org> # 3.8+
arch/mips/include/asm/pgtable-64.h