tracing/syscalls: Use long for syscall ret format and field definitions
[safe/jmp/linux-2.6] / kernel / workqueue.c
index 3c44b56..addfe2d 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) &&