[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/2] sched_credit2.c: runqueue_per_core code
>>> On 13.03.15 at 19:11, <uma.sharma523@xxxxxxxxx> wrote: > @@ -1940,10 +1946,10 @@ static void init_pcpu(const struct scheduler *ops, > int cpu) > > /* Figure out which runqueue to put it in */ > /* NB: cpu 0 doesn't get a STARTING callback, so we hard-code it to > runqueue 0. */ > - if ( cpu == 0 ) > - rqi = 0; > + if ( opt_credit2_runqueue == CREDIT2_OPT_RUNQUEUE_SOCKET ) > + rqi = cpu ? cpu_to_socket(cpu) : boot_cpu_to_socket(); > else > - rqi = cpu_to_socket(cpu); > + rqi = cpu ? cpu_to_core(cpu) : boot_cpu_to_core(); Oh, and btw - does this build on ARM at all? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |