This is part of the update of the DRM drivers to Linux 5.15.
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 | ||
---|---|---|
50 | Out of curiosity, is the value actually relevant? |
sys/compat/linuxkpi/common/include/linux/interrupt.h | ||
---|---|---|
50 | This is the same value as Linux, but we don't use it on FreeBSD currently. If I understand correctly, it is a high integer because it can be stored in the same variable as an actual IRQ number. It's also returned by functions which would return an IRQ number. |