aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-11-20 17:01:20 +0100
committerOlaf Hering <olaf@aepfle.de>2011-11-20 17:01:20 +0100
commit64902b00743afe3ab40a782d7d4bba19c649d758 (patch)
treee5db4939737b665f95f735085e90f48b1cbd2e56 /tools/xenpaging
parentea29884ce772c3081870cdf187a5cf9e8d4fd2fe (diff)
downloadxen-64902b00743afe3ab40a782d7d4bba19c649d758.tar.gz
xen-64902b00743afe3ab40a782d7d4bba19c649d758.tar.bz2
xen-64902b00743afe3ab40a782d7d4bba19c649d758.zip
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@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/xenpaging')
-rw-r--r--tools/xenpaging/xenpaging.c1
1 files changed, 0 insertions, 1 deletions
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 */