27 lines
961 B
Diff
27 lines
961 B
Diff
|
# HG changeset patch
|
||
|
# Parent 138406814b338c07af349a477dd7602ecca8be70
|
||
|
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>
|
||
|
|
||
|
---
|
||
|
tools/xenpaging/xenpaging.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
Index: xen-4.1.2-testing/tools/xenpaging/xenpaging.c
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/tools/xenpaging/xenpaging.c
|
||
|
+++ xen-4.1.2-testing/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 */
|