From: Rik van Riel Date: Tue, 9 Oct 2012 13:31:59 +0000 (+0200) Subject: mm: Only flush the TLB when clearing an accessible pte X-Git-Tag: v3.8-rc1~92^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1acce4537c4e2f5889ed9ba9b8eddb80d99820;p=pandora-kernel.git mm: Only flush the TLB when clearing an accessible pte If ptep_clear_flush() is called to clear a page table entry that is accessible anyway by the CPU, eg. a _PAGE_PROTNONE page table entry, there is no need to flush the TLB on remote CPUs. Signed-off-by: Rik van Riel Signed-off-by: Peter Zijlstra Cc: Linus Torvalds Cc: Andrew Morton Link: http://lkml.kernel.org/n/tip-vm3rkzevahelwhejx5uwm8ex@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed