aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/zynqmp-fpga.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2019-02-12 16:25:54 +0000
committerThomas Gleixner <[email protected]>2019-02-28 10:18:38 +0000
commitad01423aedaa7c6dd62d560b73a3cb39e6da3901 (patch)
tree0c63d73a349d8c51b3de8b71440de07564a38221 /drivers/fpga/zynqmp-fpga.c
parentkthread: Convert worker lock to raw spinlock (diff)
downloadkernel-ad01423aedaa7c6dd62d560b73a3cb39e6da3901.tar.gz
kernel-ad01423aedaa7c6dd62d560b73a3cb39e6da3901.zip
kthread: Do not use TIMER_IRQSAFE
The TIMER_IRQSAFE usage was introduced in commit 22597dc3d97b1 ("kthread: initial support for delayed kthread work") which modelled the delayed kthread code after workqueue's code. The workqueue code requires the flag TIMER_IRQSAFE for synchronisation purpose. This is not true for kthread's delay timer since all operations occur under a lock. Remove TIMER_IRQSAFE from the timer initialisation and use timer_setup() for initialisation purpose which is the official function. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Petr Mladek <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/fpga/zynqmp-fpga.c')
0 files changed, 0 insertions, 0 deletions