Page MenuHomeFreeBSD

LinuxKPI: add supporting #includes
ClosedPublic

Authored by bz on Mar 19 2026, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 1:08 PM
Unknown Object (File)
Wed, Apr 15, 2:13 AM
Unknown Object (File)
Tue, Apr 14, 1:35 PM
Unknown Object (File)
Tue, Apr 14, 12:41 AM
Unknown Object (File)
Sun, Apr 12, 2:04 AM
Unknown Object (File)
Sat, Apr 11, 1:23 PM
Unknown Object (File)
Sun, Apr 5, 5:32 AM
Unknown Object (File)
Sat, Apr 4, 9:09 AM
Subscribers

Details

Summary

Compiling drm-kmod on !X86 does not include asm/smp.h which includes
preempt.h on FreeBSD. In order to compile drm-kmod on other
architectures add the secondary #includes for preempt.h to
spinlock.h and hardirq.h (which now also gets included from highmem.h)
to connect the #include chain.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
PR: 279864

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 71559
Build 68442: arc lint + arc unit