[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 06/48] xen/sched: switch schedule_data.curr to point at sched_unit
On 09.08.2019 16:57, Juergen Gross wrote: > --- a/xen/include/xen/sched-if.h > +++ b/xen/include/xen/sched-if.h > @@ -36,7 +36,7 @@ extern int sched_ratelimit_us; > struct schedule_data { > spinlock_t *schedule_lock, > _lock; > - struct vcpu *curr; /* current task */ > + struct sched_unit *curr; /* current task */ Nit: The comment wasn't really matching previously, but it's getting worse now. Could you either remove it, or update it? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |