You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernel itself is theoretically multicore-aware. There is an option to turn SMP support on and much of the kernel should, at least theoretically, be SMP capable.
The thread switching logic uses temporary storage used to plan the thread switch which only has one instance. This breaks SMP support in the kernel.
The text was updated successfully, but these errors were encountered:
Kernel itself is theoretically multicore-aware. There is an option to turn SMP support on and much of the kernel should, at least theoretically, be SMP capable.
The thread switching logic uses temporary storage used to plan the thread switch which only has one instance. This breaks SMP support in the kernel.
The text was updated successfully, but these errors were encountered: