|
@@ -464,7 +464,7 @@ static int bnx2fc_l2_rcv_thread(void *arg)
|
|
|
struct fcoe_percpu_s *bg = arg;
|
|
|
struct sk_buff *skb;
|
|
|
|
|
|
- set_user_nice(current, -20);
|
|
|
+ set_user_nice(current, MIN_NICE);
|
|
|
set_current_state(TASK_INTERRUPTIBLE);
|
|
|
while (!kthread_should_stop()) {
|
|
|
schedule();
|
|
@@ -602,7 +602,7 @@ int bnx2fc_percpu_io_thread(void *arg)
|
|
|
struct bnx2fc_work *work, *tmp;
|
|
|
LIST_HEAD(work_list);
|
|
|
|
|
|
- set_user_nice(current, -20);
|
|
|
+ set_user_nice(current, MIN_NICE);
|
|
|
set_current_state(TASK_INTERRUPTIBLE);
|
|
|
while (!kthread_should_stop()) {
|
|
|
schedule();
|