Module Name: src Committed By: riastradh Date: Sun Dec 19 11:57:34 UTC 2021
Modified Files: src/sys/external/bsd/common/linux: linux_tasklet.c Log Message: linux: Use indirection for percpu simpleq. Simpleq requires pointers into the head to work, but percpu(9) may move objects around, so we have to allocate the simpleq head separately with kmem(9). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/common/linux/linux_tasklet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.