Page MenuHomeFreeBSD

linuxkpi: Define `IRQ_NOTCONNECTED`
ClosedPublic

Authored by dumbbell on Feb 12 2023, 10:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 26 2024, 8:52 AM
Unknown Object (File)
Apr 26 2024, 8:52 AM
Unknown Object (File)
Apr 26 2024, 8:52 AM
Unknown Object (File)
Apr 26 2024, 1:45 AM
Unknown Object (File)
Dec 20 2023, 5:56 AM
Unknown Object (File)
Nov 8 2023, 11:24 AM
Unknown Object (File)
Oct 7 2023, 10:20 AM
Unknown Object (File)
Jul 5 2023, 3:38 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 13 2023, 11:37 AM
bz added inline comments.
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.

This revision was automatically updated to reflect the committed changes.