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 b7efd3c1a882..0f20d3646a46 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c | |||
@@ -998,7 +998,7 @@ static int ipmi_thread(void *data) | |||
998 | struct timespec busy_until; | 998 | struct timespec busy_until; |
999 | 999 | ||
1000 | ipmi_si_set_not_busy(&busy_until); | 1000 | ipmi_si_set_not_busy(&busy_until); |
1001 | set_user_nice(current, 19); | 1001 | set_user_nice(current, MAX_NICE); |
1002 | while (!kthread_should_stop()) { | 1002 | while (!kthread_should_stop()) { |
1003 | int busy_wait; | 1003 | int busy_wait; |
1004 | 1004 | ||