From: Jeremy Fitzhardinge Date: Wed, 30 Jan 2008 12:33:15 +0000 (+0100) Subject: x86/paravirt: make set_pte operations common X-Git-Tag: v2.6.25-rc1~1143^2~270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eed80cd7a1668df6ddd884f9474beccc81ef3f7;p=pandora-kernel.git x86/paravirt: make set_pte operations common Remove duplicate set_pte* operations. PAE still needs to have special variants of some of these because it can't atomically update a 64-bit pte, so there's still some duplication. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed