Commit a9877c8f authored by Subv's avatar Subv
Browse files

Kernel/SVC: Don't reschedule the current core when creating a new thread.

The current core may have nothing to do with the core where the new thread was scheduled to run. In case it's the same core, then the following PrepareReshedule call will take care of that.
parent 5926fbd3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment