From: Zachary Amsden Date: Sun, 1 Oct 2006 06:29:31 +0000 (-0700) Subject: [PATCH] paravirt: pte clear not present X-Git-Tag: v2.6.19-rc1~500 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9888a1cae3f859db38b9604e3df1c02177161bb0;p=pandora-kernel.git [PATCH] paravirt: pte clear not present Change pte_clear_full to a more appropriately named pte_clear_not_present, allowing optimizations when not-present mapping changes need not be reflected in the hardware TLB for protected page table modes. There is also another case that can use it in the fremap code. Signed-off-by: Zachary Amsden Signed-off-by: Jeremy Fitzhardinge Cc: Rusty Russell Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed