kernel: Enable SMP
Now that all the pieces are in place, enable SMP for real:
Initialize the CPU records, launch the CPUs at the end of kernel
initialization, have them wait for a flag to release them into the
scheduler, then enter into the runnable threads via _Swap().
Signed-off-by:
Andy Ross <andrew.j.ross@intel.com>
Loading
Please sign in to comment