diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/softirq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index 0b9886a00e74..73217a9e2875 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -488,7 +488,6 @@ void __init softirq_init(void) | |||
488 | 488 | ||
489 | static int ksoftirqd(void * __bind_cpu) | 489 | static int ksoftirqd(void * __bind_cpu) |
490 | { | 490 | { |
491 | set_user_nice(current, 19); | ||
492 | current->flags |= PF_NOFREEZE; | 491 | current->flags |= PF_NOFREEZE; |
493 | 492 | ||
494 | set_current_state(TASK_INTERRUPTIBLE); | 493 | set_current_state(TASK_INTERRUPTIBLE); |