[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 5/6] xen/common: sched: Avoid to shadow the variable "cur" in runq_tickle
The variable "cur" is declared twice within "cur". However the top declaration could be re-used avoiding re-declaring another time the variable. Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> --- Cc: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Cc: Dario Faggioli <dario.faggioli@xxxxxxxxxx> --- xen/common/sched_credit2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c index 6695729..fc51a75 100644 --- a/xen/common/sched_credit2.c +++ b/xen/common/sched_credit2.c @@ -519,8 +519,6 @@ runq_tickle(const struct scheduler *ops, unsigned int cpu, struct csched2_vcpu * for_each_cpu(i, &mask) { - struct csched2_vcpu * cur; - /* Already looked at this one above */ if ( i == cpu ) continue; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |