Page MenuHomeFreeBSD

LinuxKPI: Remove FreeBSD struct resource from all LKPI headers
ClosedPublic

Authored by wulf on Aug 24 2021, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 3:56 AM
Unknown Object (File)
Mon, Nov 17, 9:28 PM
Unknown Object (File)
Fri, Nov 14, 6:18 AM
Unknown Object (File)
Fri, Nov 14, 2:39 AM
Unknown Object (File)
Oct 30 2025, 7:00 PM
Unknown Object (File)
Oct 27 2025, 8:39 AM
Unknown Object (File)
Oct 23 2025, 2:03 AM
Unknown Object (File)
Oct 12 2025, 5:10 AM

Details

Summary

Remove FreeBSD struct resource from all LKPI headers
except linux/pci.h to avoid conflicts with Linux version.
This allows to #define resource in drm-kmod globally and strip a lot of #ifdef-s

MFC after: 2 weeks

Diff Detail

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

Event Timeline

wulf requested review of this revision.Aug 24 2021, 11:52 PM

Where did the tasklet support go?

sys/compat/linuxkpi/common/include/linux/interrupt.h
107

"device" is no longer __unused here.

Remove extraneous __unused tag

Where did the tasklet support go?

They are left untouched. Nothing happened.

Probably you are confused by using of sys/compat/linuxkpi/common/include/linux/interrupt.h as a base of two diffs.

This revision is now accepted and ready to land.Aug 25 2021, 9:22 AM

Make sure you build the kernel WITH_OFED=YES