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)
Thu, May 21, 6:21 PM
Unknown Object (File)
Tue, May 19, 3:54 PM
Unknown Object (File)
Mon, May 11, 10:16 PM
Unknown Object (File)
Apr 21 2026, 4:55 AM
Unknown Object (File)
Apr 19 2026, 9:25 PM
Unknown Object (File)
Apr 6 2026, 10:16 AM
Unknown Object (File)
Mar 7 2026, 9:45 AM
Unknown Object (File)
Mar 6 2026, 3:29 PM
Subscribers

Diff Detail

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

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.