[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/arm: Initial Broadcom A15 platform support
On Mon, 2013-11-11 at 20:37 +0000, Julien Grall wrote: > > + > > + for (cpu = 1; cpu < 4; cpu++) { > > + rc = brcm_cpu_power_on(va, cpu); > > + if (rc) > > + break; > > + } > > I don't like the for loop on the cores. In the future, it's possible > that Xen decides to only use 2 cores, so you will power unused core. > What about enabling power in brcm_cpu_up, if it's not too late? Not only in the future, we have command line options for these sorts of things already, which I think the ARM port obeys. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |