]> asedeno.scripts.mit.edu Git - linux.git/commit
ia64: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 19 Oct 2017 21:24:01 +0000 (14:24 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 2 Nov 2017 22:50:33 +0000 (15:50 -0700)
commit2c513d4f7da7d5616d9e19232376edd4e18fef24
tree410fbf45c3eecee4e03477566d42182d26db0e8d
parentd8479a21a98baf1bb50426986d15605cee96ec36
ia64: Convert timers to use timer_setup()

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.

One less trivial change was removing the repeated casting for callers
of bte_error_handler() by fixing its function declaration and adding a
small wrapper for the timer callback instead.

Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Joe Perches <joe@perches.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: linux-ia64@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
arch/ia64/include/asm/sn/bte.h
arch/ia64/kernel/mca.c
arch/ia64/kernel/salinfo.c
arch/ia64/sn/kernel/bte.c
arch/ia64/sn/kernel/bte_error.c
arch/ia64/sn/kernel/huberror.c
arch/ia64/sn/kernel/mca.c