From: Jeremy Fitzhardinge Date: Wed, 1 Dec 2010 23:30:41 +0000 (-0800) Subject: xen: condense everything onto xen_set_pte X-Git-Tag: v3.0-rc1~52^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a35c13cb808c63dd151bdd507b749e97231ef91;p=pandora-kernel.git xen: condense everything onto xen_set_pte xen_set_pte_at and xen_clear_pte are essentially identical to xen_set_pte, so just make them all common. When batched set_pte and pte_clear are the same, but the unbatch operation must be different: they need to update the two halves of the pte in different order. Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed