Page MenuHomeFreeBSD

Revert "linux32: add a hack to avoid redefining the type of the savefpu tag"
ClosedPublic

Authored by kib on Sep 22 2021, 7:00 PM.
Tags
None
Referenced Files
F149803991: D32060.diff
Fri, Mar 27, 5:47 AM
Unknown Object (File)
Thu, Mar 26, 12:22 PM
Unknown Object (File)
Wed, Mar 25, 6:27 PM
Unknown Object (File)
Wed, Mar 25, 10:01 AM
Unknown Object (File)
Thu, Mar 19, 7:26 PM
Unknown Object (File)
Thu, Mar 19, 2:03 AM
Unknown Object (File)
Tue, Mar 17, 2:06 AM
Unknown Object (File)
Mon, Mar 16, 9:28 PM
Subscribers
None

Details

Summary
This reverts commit 0f6829488ef32142b9ea1c0806fb5ecfe0872c02.
Also it changes the type of md_usr_fpu_save struct mdthread member
to void *, which is what uncovered this trouble.  Now the save area
is untyped, but since it is hidden behind accessors, it is not too
significant.  Since apparently there are consumers affected outside
the tree, this hack is better than one from the reverted revision.

PR:     258678
Reported by:    cy

Diff Detail

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