Page MenuHomeFreeBSD

arm64: coresight: fix the build without FDT
ClosedPublic

Authored by kevans on Sep 29 2022, 6:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 9:34 AM
Unknown Object (File)
Mar 8 2024, 9:33 AM
Unknown Object (File)
Mar 8 2024, 9:33 AM
Unknown Object (File)
Mar 8 2024, 9:21 AM
Unknown Object (File)
Dec 20 2023, 4:50 AM
Unknown Object (File)
Dec 12 2023, 10:09 AM
Unknown Object (File)
Oct 17 2023, 3:55 AM
Unknown Object (File)
Oct 17 2023, 2:52 AM
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