Page MenuHomeFreeBSD

arm64: coresight: fix the build without FDT
ClosedPublic

Authored by kevans on Sep 29 2022, 6:12 AM.
Tags
None
Referenced Files
F97489832: D36789.diff
Sun, Sep 29, 4:32 PM
Unknown Object (File)
Tue, Sep 24, 3:55 PM
Unknown Object (File)
Sat, Sep 21, 5:06 AM
Unknown Object (File)
Thu, Sep 19, 1:22 PM
Unknown Object (File)
Mon, Sep 16, 6:48 AM
Unknown Object (File)
Wed, Sep 4, 9:17 AM
Unknown Object (File)
Aug 20 2024, 7:21 PM
Unknown Object (File)
Aug 18 2024, 9:47 PM
Subscribers

Details

Summary

coresight_cpu_debug only has an FDT attachment, so let's not build it
for kernels without FDT.

coresight.h includes sys/malloc.h via header pollution
dev/ofw/openfirm.h; include it directly in case we're building without
FDT.

Diff Detail

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