Page MenuHomeFreeBSD

amd64: Eliminate write only cpu_fxsr.
ClosedPublic

Authored by dchagin on Jan 31 2023, 8:24 AM.
Tags
None
Referenced Files
F102927381: D38289.diff
Mon, Nov 18, 8:33 PM
Unknown Object (File)
Sep 25 2024, 12:23 AM
Unknown Object (File)
Sep 24 2024, 3:20 PM
Unknown Object (File)
Sep 21 2024, 4:55 AM
Unknown Object (File)
Sep 20 2024, 10:23 AM
Unknown Object (File)
Sep 20 2024, 4:24 AM
Unknown Object (File)
Sep 17 2024, 2:12 PM
Unknown Object (File)
Sep 17 2024, 5:38 AM
Subscribers

Diff Detail

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

Event Timeline

sys/x86/include/x86_var.h
58

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

sys/x86/x86/identcpu.c
110

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.