This is needed for the drm-kmod 5.5 update.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/linuxkpi/common/include/linux/interrupt.h | ||
---|---|---|
205 | Implement this as a regular external function, see tasklet_disable() below. This avoids header file pollution, that you need to depend on including atomic.h . |
sys/compat/linuxkpi/common/src/linux_tasklet.c | ||
---|---|---|
65 | No need for this define. Just inline it. |
sys/compat/linuxkpi/common/src/linux_tasklet.c | ||
---|---|---|
36 | I think this include is not needed. |