Page MenuHomeFreeBSD

linuxkpi: #ifdef guard fpu_kern(9) usage
ClosedPublic

Authored by mhorne on Jun 12 2023, 1:57 PM.
Tags
None
Referenced Files
F97943972: D40497.id.diff
Tue, Oct 1, 7:40 PM
Unknown Object (File)
Tue, Sep 24, 4:15 AM
Unknown Object (File)
Tue, Sep 24, 4:15 AM
Unknown Object (File)
Wed, Sep 18, 11:28 AM
Unknown Object (File)
Mon, Sep 16, 3:32 PM
Unknown Object (File)
Sat, Sep 7, 5:05 PM
Unknown Object (File)
Wed, Sep 4, 5:12 AM
Unknown Object (File)
Sep 1 2024, 12:24 AM

Details

Summary

The recent revert of 8ca78eb03fd4 removed the guards around these calls.
As a result, LINT builds for architectures which do not implement this
API on the branch are failing -- armv7, powerpc, powerpc64, riscv.

This is a direct commit to stable/13.

Fixes: fa6603d4a725 (Revert "LinuxKPI: Make FPU sections thread-safe...)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 52008
Build 48899: arc lint + arc unit

Event Timeline

This should fix the failing CI jobs, so I will just go ahead and commit it. CC @lwhsu.

https://ci.freebsd.org/job/FreeBSD-stable-13-armv7-LINT/

This revision was not accepted when it landed; it landed in state Needs Review.Jun 14 2023, 4:55 PM
This revision was automatically updated to reflect the committed changes.