From: Olaf Hering Date: Sun, 20 Nov 2011 16:01:20 +0000 (+0100) Subject: xenpaging: remove obsolete comment in resume path X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64902b00743afe3ab40a782d7d4bba19c649d758;p=xen.git 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 Committed-by: Ian Jackson --- diff --git a/tools/xenpaging/xenpaging.c b/tools/xenpaging/xenpaging.c index 5edf8d3c8b..7d5a4b6d25 100644 --- 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 */