diff options
Diffstat (limited to 'drivers/char/ipmi/ipmi_si_intf.c')
-rw-r--r-- | drivers/char/ipmi/ipmi_si_intf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c index 1c4bb4f6ce93..5d665680ae33 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c | |||
@@ -1007,7 +1007,7 @@ static int ipmi_thread(void *data) | |||
1007 | struct timespec busy_until; | 1007 | struct timespec busy_until; |
1008 | 1008 | ||
1009 | ipmi_si_set_not_busy(&busy_until); | 1009 | ipmi_si_set_not_busy(&busy_until); |
1010 | set_user_nice(current, 19); | 1010 | set_user_nice(current, MAX_NICE); |
1011 | while (!kthread_should_stop()) { | 1011 | while (!kthread_should_stop()) { |
1012 | int busy_wait; | 1012 | int busy_wait; |
1013 | 1013 | ||