On 04.09.19 15:36, Jan Beulich wrote:
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?
I'll just remove it. Juergen _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
