On Wed, Jan 30, 2019 at 12:03:58AM -0500, Jintack Lim wrote: > Hi, > > I wonder if there's a way to run some job on the secondary cpus on > x86. ARM code has a function smp_boot_secondary() for that purpose. I > don't seem to find a counterpart on x86. I only see that the secondary > cpus on x86 do nothing but handling interrupts. > Hi Jintack, Check out the on_cpu* API which x86 supports (see lib/x86/smp.h) Thanks, drew