diff options
Diffstat (limited to 'drivers/watchdog/octeon-wdt-main.c')
| -rw-r--r-- | drivers/watchdog/octeon-wdt-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/octeon-wdt-main.c b/drivers/watchdog/octeon-wdt-main.c index 945ee8300306..7c0d8630e641 100644 --- a/drivers/watchdog/octeon-wdt-main.c +++ b/drivers/watchdog/octeon-wdt-main.c | |||
| @@ -402,7 +402,7 @@ static void octeon_wdt_setup_interrupt(int cpu) | |||
| 402 | irq = OCTEON_IRQ_WDOG0 + core; | 402 | irq = OCTEON_IRQ_WDOG0 + core; |
| 403 | 403 | ||
| 404 | if (request_irq(irq, octeon_wdt_poke_irq, | 404 | if (request_irq(irq, octeon_wdt_poke_irq, |
| 405 | IRQF_DISABLED, "octeon_wdt", octeon_wdt_poke_irq)) | 405 | IRQF_NO_THREAD, "octeon_wdt", octeon_wdt_poke_irq)) |
| 406 | panic("octeon_wdt: Couldn't obtain irq %d", irq); | 406 | panic("octeon_wdt: Couldn't obtain irq %d", irq); |
| 407 | 407 | ||
| 408 | cpumask_set_cpu(cpu, &irq_enabled_cpus); | 408 | cpumask_set_cpu(cpu, &irq_enabled_cpus); |
