]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: mm: Add compound tail page _mapcount when mapped
authorJovi Zhang <bookjovi@gmail.com>
Wed, 22 Aug 2012 02:34:08 +0000 (10:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:39:25 +0000 (10:39 -0700)
commit78dc73459b6368ed7c2dedb7ea273f33d87fac2a
tree96cc0ce37b7fecc8b299b3d02cee34ff304b21f8
parent83d4a1078de4231ffbd4f0caddc3a5b404f49df6
MIPS: mm: Add compound tail page _mapcount when mapped

commit af89fa3986b9d034a286544ab1ed95096496a2f9 upstream.

See commit b6999b191 which did the same modification for x86's mm/gup,

Quote from commit b6999b191:
    "If compound pages are used and the page is a
    tail page, gup_huge_pmd() increases _mapcount to record tail page are
    mapped while gup_huge_pud does not do that."

[ralf@linux-mips.org: fixed rejects caused by the original patch getting
linewrapped.]

Signed-off-by: Jovi Zhang <boojovi@gmail.com>
Cc: Youquan Song <youquan.song@intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Patchwork: https://patchwork.linux-mips.org/patch/4291/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/mm/gup.c