[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 02 of 15] xenpaging: remove obsolete comment in resume path
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1319188602 -7200 # Node ID 8e680d6bc0413942dcb97d708aec381da0b6fd69 # Parent c59f8ec51fff75eeef896752e154cd6f9ea1685d xenpaging: remove obsolete comment in resume path Remove stale comment. If a page was populated several times the vcpu is paused and xenpaging has to unpause it again. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> diff -r c59f8ec51fff -r 8e680d6bc041 tools/xenpaging/xenpaging.c --- a/tools/xenpaging/xenpaging.c +++ b/tools/xenpaging/xenpaging.c @@ -744,7 +744,6 @@ int main(int argc, char *argv[]) !!(req.flags & MEM_EVENT_FLAG_EVICT_FAIL) ); /* Tell Xen to resume the vcpu */ - /* XXX: Maybe just check if the vcpu was paused? */ if ( req.flags & MEM_EVENT_FLAG_VCPU_PAUSED ) { /* Prepare the response */ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |