[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] vm_event: fix comment
commit e567d6942544585d8ca1eeec16a5c63c956e5dbc Author: Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx> AuthorDate: Fri Aug 12 16:51:21 2016 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Aug 12 16:51:21 2016 +0200 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..e2111c5 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_blocked(). */ void vm_event_mark_and_pause(struct vcpu *v, struct vm_event_domain *ved) { -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |