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)
Sun, Oct 5, 3:25 AM
Unknown Object (File)
Tue, Sep 30, 7:08 PM
Unknown Object (File)
Tue, Sep 30, 7:05 PM
Unknown Object (File)
Tue, Sep 30, 6:58 PM
Unknown Object (File)
Tue, Sep 30, 6:51 PM
Unknown Object (File)
Sat, Sep 27, 9:28 AM
Unknown Object (File)
Sat, Sep 27, 9:21 AM
Unknown Object (File)
Sat, Sep 27, 9:15 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