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. Thanks, Jintack