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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to