From fe4e59e78b30fb76936fdc02fa0ce044ca465c09 Mon Sep 17 00:00:00 2001 From: Matthew Horsnell Date: Tue, 28 Jun 2022 14:25:58 +0100 Subject: runtime internal/cpu: rename "Zeus" "NeoverseV1". Rename "Zeus" to "NeoverseV1" for the partnum 0xd40 to be consistent with the documentation of MIDR_EL1 as described in https://developer.arm.com/documentation/101427/0101/?lang=en Change-Id: I2e3d5ec76b953a831cb4ab0438bc1c403648644b Reviewed-on: https://go-review.googlesource.com/c/go/+/414775 Reviewed-by: Jonathan Swinney Auto-Submit: Ian Lance Taylor Reviewed-by: Eric Fang Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Cherry Mui Reviewed-by: Michael Pratt --- src/runtime/cpuflags_arm64.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime') diff --git a/src/runtime/cpuflags_arm64.go b/src/runtime/cpuflags_arm64.go index 7576bef4a7..a0f1d114d8 100644 --- a/src/runtime/cpuflags_arm64.go +++ b/src/runtime/cpuflags_arm64.go @@ -11,7 +11,7 @@ import ( var arm64UseAlignedLoads bool func init() { - if cpu.ARM64.IsNeoverseN1 || cpu.ARM64.IsZeus { + if cpu.ARM64.IsNeoverseN1 || cpu.ARM64.IsNeoverseV1 { arm64UseAlignedLoads = true } } -- cgit v1.3