Page MenuHomeFreeBSD

amd64: Eliminate write only cpu_fxsr.
ClosedPublic

Authored by dchagin on Jan 31 2023, 8:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 7, 9:45 AM
Unknown Object (File)
Fri, Mar 6, 3:29 PM
Unknown Object (File)
Feb 25 2026, 3:13 AM
Unknown Object (File)
Feb 8 2026, 3:41 PM
Unknown Object (File)
Feb 8 2026, 6:07 AM
Unknown Object (File)
Jan 31 2026, 8:33 AM
Unknown Object (File)
Jan 30 2026, 9:16 AM
Unknown Object (File)
Jan 29 2026, 6:43 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49374
Build 46264: arc lint + arc unit

Event Timeline

sys/x86/include/x86_var.h
56

Move this declaration to sys/i386/include/md_var.h then

sys/x86/x86/identcpu.c
108–109

Move the definition to sys/i386/i386/npx.c

This revision is now accepted and ready to land.Jan 31 2023, 10:23 PM
This revision was automatically updated to reflect the committed changes.