Page MenuHomeFreeBSD

Tidy the _set_tp function for RISC-V.
ClosedPublic

Authored by jhb on Feb 5 2020, 9:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 29, 9:29 PM
Unknown Object (File)
Mon, Nov 25, 2:39 PM
Unknown Object (File)
Mon, Nov 25, 5:54 AM
Unknown Object (File)
Nov 23 2024, 5:52 PM
Unknown Object (File)
Nov 22 2024, 10:19 PM
Unknown Object (File)
Nov 22 2024, 3:58 PM
Unknown Object (File)
Nov 22 2024, 8:12 AM
Unknown Object (File)
Nov 21 2024, 5:53 AM
Subscribers

Details

Summary
  • Use a constant for the offset instead of a magic number.
  • Use an addi instruction that writes to tp directly instead of a mv that writes the result of a compiler-generated addi.
Test Plan
  • booted a new world in qemu, ran /usr/tests/lib/libc/tls/* tests

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable