Page MenuHomeFreeBSD

kexec: Add dummy headers for powerpc, arm, and riscv
ClosedPublic

Authored by jhibbits on Jul 29 2025, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 2:12 AM
Unknown Object (File)
Thu, Oct 30, 2:04 AM
Unknown Object (File)
Thu, Oct 30, 2:03 AM
Unknown Object (File)
Thu, Oct 30, 2:02 AM
Unknown Object (File)
Thu, Oct 30, 2:02 AM
Unknown Object (File)
Oct 9 2025, 5:32 PM
Unknown Object (File)
Oct 9 2025, 5:32 PM
Unknown Object (File)
Oct 9 2025, 3:30 PM
Subscribers

Details

Summary

kexec hasn't been ported to these architectures, yet, so appease the
build with dummy headers.

Diff Detail

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

Event Timeline

sys/arm/include/kexec.h
29

And the same for riscv

sys/arm/include/kexec.h
29

Oops. I had noticed the missing #define after creating the commit, but only made the fix on powerpc. Will update the others.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 27 2025, 2:35 PM
This revision was automatically updated to reflect the committed changes.