Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism

The priority boosting mechanism has been broken for a very long time.
Let's remove it from the codebase and we can bring it back the day
someone feels like implementing it in a working way. :^)
This commit is contained in:
Andreas Kling 2021-01-16 14:48:32 +01:00
commit 01c2480eb3
Notes: sideshowbarker 2024-07-18 23:11:07 +09:00
9 changed files with 1 additions and 96 deletions

View file

@ -177,8 +177,6 @@ namespace Kernel {
S(profiling_enable) \
S(profiling_disable) \
S(futex) \
S(set_thread_boost) \
S(set_process_boost) \
S(chroot) \
S(pledge) \
S(unveil) \