|
@@ -956,7 +956,7 @@ __setup_irq(unsigned int irq, struct irq_desc *desc, struct irqaction *new)
|
|
goto out_mput;
|
|
goto out_mput;
|
|
}
|
|
}
|
|
|
|
|
|
- sched_setscheduler(t, SCHED_FIFO, ¶m);
|
|
|
|
|
|
+ sched_setscheduler_nocheck(t, SCHED_FIFO, ¶m);
|
|
|
|
|
|
/*
|
|
/*
|
|
* We keep the reference to the task struct even if
|
|
* We keep the reference to the task struct even if
|