]> Cypherpunks repositories - gostls13.git/commit
runtime: delete useless TPIDR macro on arm64
authoreric fang <eric.fang@arm.com>
Fri, 17 Dec 2021 08:26:06 +0000 (08:26 +0000)
committerMichael Pratt <mpratt@google.com>
Tue, 22 Mar 2022 20:46:22 +0000 (20:46 +0000)
commit817d6ea2b3dd08d3594341ca5ab7932c102694ad
tree00fc5d203e6aafb3c61d3e47892448991c896ba2
parent77680a064491dd54bd61ef0663276d6f64f66153
runtime: delete useless TPIDR macro on arm64

The TPIDR macro in tls_arm64.h is not used anywhere, so remove it
to reduce confusion.

Change-Id: I04aa5e64ee30753f28f43bc67b44559d81d093c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/373357
Trust: Eric Fang <eric.fang@arm.com>
Run-TryBot: Eric Fang <eric.fang@arm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/tls_arm64.h