]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86, calgary: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 19 Oct 2017 23:37:43 +0000 (16:37 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 2 Nov 2017 22:50:32 +0000 (15:50 -0700)
commit3142692a5e94a45a50abd78b4ae1c52f75eae41e
tree0de51cc301c64d24993803ba208dde61ae27c1d5
parent5943cf4a59c831944474803223d5febec58deaad
x86, calgary: 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.

Cc: Muli Ben-Yehuda <mulix@mulix.org>
Cc: Jon Mason <jdmason@kudzu.us>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: iommu@lists.linux-foundation.org
Signed-off-by: Kees Cook <keescook@chromium.org>
arch/x86/kernel/pci-calgary_64.c