Page MenuHomeFreeBSD

Remove __NO_TLS.
ClosedPublic

Authored by kib on Feb 19 2021, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 11 2024, 5:51 AM
Unknown Object (File)
Mar 11 2024, 5:51 AM
Unknown Object (File)
Mar 11 2024, 5:51 AM
Unknown Object (File)
Mar 7 2024, 10:14 PM
Unknown Object (File)
Mar 2 2024, 4:39 PM
Unknown Object (File)
Feb 19 2024, 10:09 PM
Unknown Object (File)
Jan 6 2024, 2:10 AM
Unknown Object (File)
Jan 6 2024, 2:10 AM
Subscribers

Details

Summary

All supported platforms support thread-local vars and __thread.

Diff Detail

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

Event Timeline

kib requested review of this revision.Feb 19 2021, 4:57 PM
kib created this revision.
emaste added a subscriber: emaste.

LGTM. I'd like one of the ppc folks to confirm.

The __NO_TLS in tests/sys/opencrypto/cryptodevh.py is mildly curious.

This revision is now accepted and ready to land.Feb 19 2021, 5:11 PM

The __NO_TLS in tests/sys/opencrypto/cryptodevh.py is mildly curious.

I pondered it, yes. I believe it was auto-generated using some weird cpp flags.

This revision was automatically updated to reflect the committed changes.