Page MenuHomeFreeBSD

extres: syscon: pull in sys/malloc.h (fix !FDT)
ClosedPublic

Authored by kevans on Sep 29 2022, 6:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 1, 3:38 PM
Unknown Object (File)
Tue, Feb 25, 7:45 AM
Unknown Object (File)
Tue, Feb 11, 6:42 AM
Unknown Object (File)
Wed, Feb 5, 3:12 AM
Unknown Object (File)
Tue, Feb 4, 9:12 AM
Unknown Object (File)
Jan 21 2025, 4:03 PM
Unknown Object (File)
Nov 17 2024, 12:33 PM
Unknown Object (File)
Oct 27 2024, 3:17 PM
Subscribers

Details

Summary

syscon currently includes sys/malloc.h via header pollution from
dev/ofw/ofw_bus.h -> dev/ofw/openfirm.h. Fix the build without FDT
defined by including sys/malloc.h directly.

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.Sep 29 2022, 6:33 AM

I like this. For more obscure .h files an ifdef might make sense, but for sys/malloc.h, I think unconditional is fine.