]> Cypherpunks repositories - gostls13.git/commit
runtime, internal/cpu: change cache line size for arm64 to 64 bytes
authorMartin Möhrmann <moehrmann@google.com>
Thu, 11 May 2017 05:36:09 +0000 (07:36 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Tue, 8 Aug 2017 06:49:49 +0000 (06:49 +0000)
commite0e7c03d14d3235864400ad29aa02dfa540d2089
tree83f3444f354ea52e6bd46750907e76257bfb7f27
parent7045e6f6c458908e1d5082381b3506a65059eac3
runtime, internal/cpu: change cache line size for arm64 to 64 bytes

According to http://infocenter.arm.com:
* ARM Cortex-A53 (Raspberry Pi 3, Pine A64)
* ARM Cortex-A57 (Opteron A1100, Tegra X1)
* ARM Cortex-A72
all have a cache line size of 64 bytes.

Change-Id: I4b333e930792fb1a221b3ca6f395bfa1b7762afa
Reviewed-on: https://go-review.googlesource.com/43250
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/internal/cpu/cpu_arm64.go
src/runtime/internal/sys/arch_arm64.go