commit | 4a35c13cb808c63dd151bdd507b749e97231ef91 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Wed Dec 01 15:30:41 2010 -0800 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Fri May 20 14:14:32 2011 -0700 |
tree | 3e51b4c615cbc3545cdcb27234e4bcc25e642154 | |
parent | a99ac5e8619c27dbb8e7fb5a4e0ca8c8aa214909 [diff] |
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 <jeremy.fitzhardinge@citrix.com>