• Venkat Subbiah's avatar
    watchdog: Octeon: Mark octeon_wdt interrupt as IRQF_NO_THREAD · 47bfd058
    Venkat Subbiah authored
    This is to exclude it from force threading to allow RT patch set to work.
    
    The watchdog timers are per-CPU and the addresses of register that reset
    the timer are calculated based on the current CPU.  Therefore we cannot
    allow it to run on a thread on a different CPU.  Also we only do a
    single register write, which is much faster than scheduling a handler
    thread.
    
    And while on this line remove IRQF_DISABLED as this flag is a NOP.
    
    Signed-off-by: Venkat Subbiah<venkat.subbiah@cavium.com>
    Acked-by: David Daney<david.daney@cavium.com>
    Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
    47bfd058
octeon-wdt-main.c 19 KB