]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/THP: add pmd args to pgtable deposit and withdraw APIs
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 23 May 2013 00:37:15 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 May 2013 06:09:03 +0000 (16:09 +1000)
commit705bd9f5b3812f4c4bfca3f481540b4ce953c2ab
treeba4809777e6dba8b7b8c03f5ee9431d351565a2c
parent3c52c61abe59bb3e712582664a7eb5728a640edc
mm/THP: add pmd args to pgtable deposit and withdraw APIs

This will be later used by powerpc THP support.  In powerpc we want to use
pgtable for storing the hash index values.  So instead of adding them to
mm_context list, we would like to store them in the second half of pmd

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Reviewed-by: Andrea Arcangeli <aarcange@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/s390/include/asm/pgtable.h
arch/s390/mm/pgtable.c
arch/sparc/include/asm/pgtable_64.h
arch/sparc/mm/tlb.c
include/asm-generic/pgtable.h
mm/huge_memory.c
mm/pgtable-generic.c