]> Pileus Git - ~andy/linux/blobdiff - kernel/workqueue.c
Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / kernel / workqueue.c
index 3c44b56b0da71d3c18560d010a6c7b114c8c8798..addfe2df93b13d8982235054d986c1d059fc0894 100644 (file)
@@ -317,8 +317,6 @@ 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) &&