ARM: mach-shmobile: Run-time IRQ handler for INTCA
[deliverable/linux.git] / kernel / watchdog.c
index aaa8dae0823619222010875d9fdc6f5dac182d2d..6e7b575ac33cf2dcba3f9dc749f7039e6805a3f0 100644 (file)
@@ -309,7 +309,7 @@ static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer)
  */
 static int watchdog(void *unused)
 {
-       struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 };
+       static struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 };
        struct hrtimer *hrtimer = &__raw_get_cpu_var(watchdog_hrtimer);
 
        sched_setscheduler(current, SCHED_FIFO, &param);
This page took 0.031622 seconds and 5 git commands to generate.