]> Cypherpunks repositories - gostls13.git/commit
runtime: fix comment for hwcap on linux/arm
authorTobias Klauser <tklauser@distanz.ch>
Fri, 9 Mar 2018 12:27:09 +0000 (13:27 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 9 Mar 2018 16:02:38 +0000 (16:02 +0000)
commit91f74069ef442f8d963f43cc898af8af3e8b8d0e
tree08251efb3dae362cd3bc7f6c9af0eee21e0c7162
parentad466d8b87da200fa682f59eca79665addf75138
runtime: fix comment for hwcap on linux/arm

hwcap is set in archauxv, setup_auxv no longer exists.

Change-Id: I0fc9393e0c1c45192e0eff4715e9bdd69fab2653
Reviewed-on: https://go-review.googlesource.com/99779
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/os_linux_arm.go