Module Name: src
Committed By: yamaguchi
Date: Tue Feb 25 07:05:58 UTC 2020
Modified Files:
src/sys/dev/pci: if_ixl.c
Log Message:
Remove WQ_PERCPU flag for the workqueue that does configurations
such as link up and down
And added kpreempt_disable and kpreempt_enable around
workqueue_enqueue to call it in non-WQ_PERCPU thread context.
pointed out and reviewed by [email protected]., thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/if_ixl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.