[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 12/41] arm : move dt specific code in smp to seperate functions
+shannon On 20 May 2015 at 21:13, Julien Grall <julien.grall@xxxxxxxxxx> wrote: > Hi Parth, > > On 17/05/15 21:03, Parth Dixit wrote: >> +void __init smp_init_cpus(void) >> +{ >> + int rc; > > Missing blank line here. > >> + /* initialize PSCI and set a global variable */ >> + psci_init(); >> + >> + if ( (rc = arch_smp_init()) < 0 ) >> + { >> + printk(XENLOG_WARNING "SMP init failed (%d)\n" >> + "Using only 1 CPU\n", rc); >> + return; >> + } >> + >> + dt_smp_init_cpus(); >> +} >> + >> int __init >> smp_get_max_cpus (void) >> { >> > > Regards, > > > -- > Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |