• by which instruction the secondary core is triggered while starting the secondary cpu

    the booting of seconday cpu is initiated by the primary core. and some work is completed on the primary cpu and some is completed on the secondary cpu to complete the hotplug operation for cpu_up.

    I am trying to find the exact instruction that is executed…