summaryrefslogtreecommitdiffstats
path: root/lib/glob.c
diff options
context:
space:
mode:
authorJakub Kicinski <kubakici@wp.pl>2015-05-29 21:20:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-31 23:47:27 +0200
commit9e6f4ca3e567d5d9e4133d2da8bae8f476f85873 (patch)
tree9da5fb10d4bc5322671fd56c3ace0d056a54f8bc /lib/glob.c
parentsc16is7xx: use LSR_TEMT_BIT in .tx_empty() (diff)
downloadlinux-9e6f4ca3e567d5d9e4133d2da8bae8f476f85873.tar.xz
linux-9e6f4ca3e567d5d9e4133d2da8bae8f476f85873.zip
sc16is7xx: use kthread_worker for tx_work and irq
Convert workqueue usage to a real-time kworker. The problem with workqueues is that we cannot set real-time priorities on our work and asynchronous reconfiguration can be blocked by less important tasks. We need kthread for the interrupt anyway and because we will now be using single kthread for all TX-related operations we can get rid of the port mutex. Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/glob.c')
0 files changed, 0 insertions, 0 deletions