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)
Mon, Oct 13, 12:41 AM
Unknown Object (File)
Sat, Oct 11, 8:22 PM
Unknown Object (File)
Sat, Oct 11, 8:22 PM
Unknown Object (File)
Sat, Oct 11, 8:22 PM
Unknown Object (File)
Sat, Oct 11, 8:22 PM
Unknown Object (File)
Sat, Oct 11, 11:24 AM
Unknown Object (File)
Sun, Sep 21, 1:46 AM
Unknown Object (File)
Sep 14 2025, 9:54 AM
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.