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)
Sat, Apr 6, 4:54 AM
Unknown Object (File)
Feb 23 2024, 11:14 PM
Unknown Object (File)
Feb 3 2024, 4:24 AM
Unknown Object (File)
Dec 20 2023, 1:59 AM
Unknown Object (File)
Dec 14 2023, 2:04 AM
Unknown Object (File)
Dec 12 2023, 12:57 AM
Unknown Object (File)
Sep 27 2023, 9:15 PM
Unknown Object (File)
Aug 14 2023, 11:11 PM
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 Skipped
Unit
Tests Skipped

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.