Module Name: src Committed By: ryo Date: Tue Mar 19 08:17:46 UTC 2019
Modified Files: src/sys/external/bsd/common/linux: linux_work.c src/sys/external/bsd/dwc2: dwc2.c Log Message: - dwc2 need calling linux_workqueue_init() to avoid panic. - use INIT_ONCE/FINI_ONCE to linux_workqueue_{init,fini}() for being called from dwc2. TODO: dwc2 should be written as kernel module depenging on a linux module. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/external/bsd/common/linux/linux_work.c cvs rdiff -u -r1.58 -r1.59 src/sys/external/bsd/dwc2/dwc2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.