Commit b1780892 authored by Subv's avatar Subv
Browse files

Kernel/Threads: Don't clear the CPU instruction cache when performing a...

Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process.

We were unnecessarily clearing the cache when going from Process A -> Idle -> Process A, this caused extreme performance regressions.
parent 214150f0
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