mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-22 06:36:13 +00:00
Revert "BFS scheduler v376 - does a great deal for audio stuttering"
This reverts commit 469d88e87d.
Conflicts:
arch/arm/configs/mx51_efikamx_defconfig
This commit is contained in:
@@ -317,6 +317,8 @@ static int worker_thread(void *__cwq)
|
||||
if (cwq->wq->freezeable)
|
||||
set_freezable();
|
||||
|
||||
set_user_nice(current, -5);
|
||||
|
||||
for (;;) {
|
||||
prepare_to_wait(&cwq->more_work, &wait, TASK_INTERRUPTIBLE);
|
||||
if (!freezing(current) &&
|
||||
|
||||
Reference in New Issue
Block a user