Page MenuHomeFreeBSD

riscv: retire the FPE kernel option
ClosedPublic

Authored by mhorne on Apr 27 2023, 3:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 29, 12:09 PM
Unknown Object (File)
Fri, May 24, 2:16 AM
Unknown Object (File)
Jan 14 2024, 9:36 AM
Unknown Object (File)
Dec 22 2023, 11:36 PM
Unknown Object (File)
Dec 10 2023, 12:40 AM
Unknown Object (File)
Nov 17 2023, 8:40 PM
Unknown Object (File)
Nov 17 2023, 7:53 AM
Unknown Object (File)
Nov 8 2023, 5:19 AM
Subscribers

Details

Summary

We always build the kernel floating point support. Now that the
riscv64sf userspace variant has been removed the option is required for
correct operation.

Alternatively it could be moved to DEFAULTS, if there is still some
conceivable reason to keep this.

Diff Detail

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

Event Timeline

I agree FPE can go, just a minor comment

sys/riscv/riscv/exec_machdep.c
283

Probably best to leave this alone and keep the patch purely about the ifdefs (and moving headers inline where style violations are otherwise introduced)?

Kill it with fire.

+1 on Jess's suggestion about leaving the one line of whitespace.

This revision is now accepted and ready to land.May 1 2023, 6:43 PM
This revision was automatically updated to reflect the committed changes.