Page MenuHomeFreeBSD

x86: initialize initial FPU state earlier
ClosedPublic

Authored by kib on May 27 2021, 4:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 6, 11:37 PM
Unknown Object (File)
Sat, Nov 16, 12:02 PM
Unknown Object (File)
Fri, Nov 15, 7:01 PM
Unknown Object (File)
Thu, Nov 14, 6:04 PM
Unknown Object (File)
Thu, Nov 14, 12:29 PM
Unknown Object (File)
Nov 10 2024, 2:48 AM
Unknown Object (File)
Nov 10 2024, 1:45 AM
Unknown Object (File)
Apr 6 2024, 4:54 AM
Subscribers
None

Details

Summary

Make it under SI_SUB_CPU sysinit, instead of much later SI_SUB_DRIVERS. The SI_SUB_DRIVERS survived from times when FPU used real ISA attachment, now it is only pnp stub claiming id.

PR: 255997

Diff Detail

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

Event Timeline

kib requested review of this revision.May 27 2021, 4:37 PM
kib created this revision.
sys/amd64/amd64/fpu.c
498

Can this be SI_ORDER_ANY? I can't recall if there is a specific order to the SI_SUB_CPU inits.

kib marked an inline comment as done.

Use SI_ORDER_ANY on amd64, same as on i386.

This revision is now accepted and ready to land.May 28 2021, 5:49 PM
This revision was automatically updated to reflect the committed changes.