projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20aa938
)
vm_event: fix comment
author
Razvan Cojocaru
<rcojocaru@bitdefender.com>
Fri, 12 Aug 2016 14:51:21 +0000
(16:51 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 12 Aug 2016 14:51:21 +0000
(16:51 +0200)
There's no such thing as function vm_event_wake_waiters() anymore.
Signed-off-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
xen/common/vm_event.c
patch
|
blob
|
history
diff --git
a/xen/common/vm_event.c
b/xen/common/vm_event.c
index 941345b0c324fe4f555206babff350ddaf18dee8..e2111c5a2f60897de655a34b55a22e557e7c449d 100644
(file)
--- a/
xen/common/vm_event.c
+++ b/
xen/common/vm_event.c
@@
-255,7
+255,7
@@
static inline void vm_event_release_slot(struct domain *d,
/*
* vm_event_mark_and_pause() tags vcpu and put it to sleep.
- * The vcpu will resume execution in vm_event_wake_
waiters
().
+ * The vcpu will resume execution in vm_event_wake_
blocked
().
*/
void vm_event_mark_and_pause(struct vcpu *v, struct vm_event_domain *ved)
{