tizen: Use unique directory prefix for baselibs packages
[platform/kernel/linux-rpi.git] / kernel / rcu / rcutorture.c
index ade42d6..eebb9b4 100644 (file)
@@ -2408,6 +2408,12 @@ static int rcutorture_booster_init(unsigned int cpu)
                WARN_ON_ONCE(!t);
                sp.sched_priority = 2;
                sched_setscheduler_nocheck(t, SCHED_FIFO, &sp);
+#ifdef CONFIG_PREEMPT_RT
+               t = per_cpu(timersd, cpu);
+               WARN_ON_ONCE(!t);
+               sp.sched_priority = 2;
+               sched_setscheduler_nocheck(t, SCHED_FIFO, &sp);
+#endif
        }
 
        /* Don't allow time recalculation while creating a new task. */