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)
Mon, May 13, 2:32 AM
Unknown Object (File)
Thu, May 2, 11:39 PM
Unknown Object (File)
Tue, Apr 30, 3:42 AM
Unknown Object (File)
Tue, Apr 30, 3:40 AM
Unknown Object (File)
Tue, Apr 30, 3:40 AM
Unknown Object (File)
Tue, Apr 30, 2:17 AM
Unknown Object (File)
Mon, Apr 29, 8:05 PM
Unknown Object (File)
Sun, Apr 28, 12:12 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