Looking at it, I think generally it would work, although CONFIG_SINGLE_CORE seems to be bypassing too much of the smp_boot() stuff. EG these calls would be bypassed with the CONFIG options set: x86_cleanup_bootmem(), setup_rdtscp() etc. Either way, we are loosing the trampoline_pg, but thats not too bad.
On Sat, Feb 27, 2016 at 10:40 AM, barret rhoden <[email protected]> wrote: > Hi - > > On 2016-02-27 at 9:09 'Kanoj Sarcar' via Akaros wrote: > > Developer tool to boot up in single cpu mode. > > We have a CONFIG for this already: > > CONFIG_SINGLE_CORE. > > If that doesn't work, then we can fix it. I haven't used it in a long > time. > > Barret > > > -- > You received this message because you are subscribed to the Google Groups > "Akaros" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Thanks, Kanoj -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
