From: Andrii Anisov <[email protected]> Fix the comment misprint, so it refers to the exact function name.
Signed-off-by: Andrii Anisov <[email protected]> --- xen/common/schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/schedule.c b/xen/common/schedule.c index 9e16c16..8b78293 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -1593,7 +1593,7 @@ static int cpu_schedule_up(unsigned int cpu) init_timer(&sd->s_timer, s_timer_fn, NULL, cpu); atomic_set(&sd->urgent_count, 0); - /* Boot CPU is dealt with later in schedule_init(). */ + /* Boot CPU is dealt with later in scheduler_init(). */ if ( cpu == 0 ) return 0; -- 2.7.4 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
