This is needed for the drm-kmod 5.5 update.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 38901 Build 35790: arc lint + arc unit
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 | ||
---|---|---|
66 ↗ | (On Diff #88314) | No need for this define. Just inline it. |
sys/compat/linuxkpi/common/src/linux_tasklet.c | ||
---|---|---|
36 ↗ | (On Diff #88326) | I think this include is not needed. |