[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] common/vm_event: Fix comment
There's no such thing as function vm_event_wake_waiters() anymore. Signed-off-by: Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx> --- xen/common/vm_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/vm_event.c b/xen/common/vm_event.c index 941345b..ad7f986 100644 --- 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(). */ void vm_event_mark_and_pause(struct vcpu *v, struct vm_event_domain *ved) { -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |