Merge tag 'v3.10.81' into update

This is the 3.10.81 stable release
This commit is contained in:
Stricted
2018-03-21 22:45:35 +01:00
28 changed files with 152 additions and 56 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ static int __init ring_buffer_benchmark_init(void)
if (producer_fifo >= 0) {
struct sched_param param = {
.sched_priority = consumer_fifo
.sched_priority = producer_fifo
};
sched_setscheduler(producer, SCHED_FIFO, &param);
} else