From: Keir Fraser Date: Tue, 5 Jan 2010 08:34:55 +0000 (+0000) Subject: Revert incorrect comment change introduced by 20720:ddb3646ad681 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12791 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0f8fec4407dc4d76426604b106e9e1b1130e27e;p=xen.git Revert incorrect comment change introduced by 20720:ddb3646ad681 Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/mm/shadow/common.c b/xen/arch/x86/mm/shadow/common.c index 4c0d084902..434d567536 100644 --- a/xen/arch/x86/mm/shadow/common.c +++ b/xen/arch/x86/mm/shadow/common.c @@ -2606,7 +2606,7 @@ int sh_remove_all_mappings(struct vcpu *v, mfn_t gmfn) { /* Don't complain if we're in HVM and there are some extra mappings: * The qemu helper process has an untyped mapping of this dom's RAM - * and the stub domain takes another. */ + * and the HVM restore program takes another. */ if ( !(shadow_mode_external(v->domain) && (page->count_info & PGC_count_mask) <= 3 && (page->u.inuse.type_info & PGT_count_mask) == 0) )