Page MenuHomeFreeBSD

kexec: Add dummy headers for powerpc, arm, and riscv
Needs ReviewPublic

Authored by jhibbits on Jul 29 2025, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 5:32 PM
Unknown Object (File)
Thu, Oct 9, 5:32 PM
Unknown Object (File)
Thu, Oct 9, 3:30 PM
Unknown Object (File)
Thu, Sep 25, 6:53 PM
Unknown Object (File)
Wed, Sep 17, 1:03 PM
Unknown Object (File)
Sep 2 2025, 2:14 PM
Unknown Object (File)
Sep 1 2025, 5:25 AM
Unknown Object (File)
Aug 30 2025, 8:58 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 65838
Build 62721: arc lint + arc unit

Event Timeline

sys/arm/include/kexec.h
28

And the same for riscv

sys/arm/include/kexec.h
28

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