Skip to content
  • Kees Cook's avatar
    mips: ip22/32: Convert timers to use timer_setup() · a66b899d
    Kees Cook authored
    
    
    In preparation for unconditionally passing the struct timer_list pointer to
    all timer callbacks, switch to using the new timer_setup() and from_timer()
    to pass the timer pointer explicitly. Adds a static variable to hold timeout
    value.
    
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: James Hogan <james.hogan@imgtec.com>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: linux-mips@linux-mips.org
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    a66b899d