Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / kernel / softirq.c
index d4d918a91881407acd8abbde6691f77197cd013c..c10150cb456bc0316d81e3acd5ccdebb772df394 100644 (file)
@@ -853,7 +853,7 @@ static int __cpuinit cpu_callback(struct notifier_block *nfb,
                             cpumask_any(cpu_online_mask));
        case CPU_DEAD:
        case CPU_DEAD_FROZEN: {
-               static struct sched_param param = {
+               static const struct sched_param param = {
                        .sched_priority = MAX_RT_PRIO-1
                };