]> git.karo-electronics.de Git - karo-tx-linux.git/commit
thp: introduce pmdp_invalidate()
authorGerald Schaefer <gerald.schaefer@de.ibm.com>
Wed, 26 Sep 2012 01:33:26 +0000 (11:33 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:26:02 +0000 (17:26 +1000)
commitb631fa9a5396bf06d0cc7bbeab890f88ce96c03e
tree56ab3e2d90e313d705b00747ccef58d84a8c541a
parent471f17ad118dd785ce9152135ad8c1af31561823
thp: introduce pmdp_invalidate()

On s390, a valid page table entry must not be changed while it is attached
to any CPU.  So instead of pmd_mknotpresent() and set_pmd_at(), an IDTE
operation would be necessary there.  This patch introduces the
pmdp_invalidate() function, to allow architecture-specific
implementations.

Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Hillf Danton <dhillf@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/asm-generic/pgtable.h
mm/huge_memory.c
mm/pgtable-generic.c