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/internal/cpu/cpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal/cpu/cpu.go') diff --git a/src/internal/cpu/cpu.go b/src/internal/cpu/cpu.go index 2d3fae12ae..aef9fb3be7 100644 --- a/src/internal/cpu/cpu.go +++ b/src/internal/cpu/cpu.go @@ -67,7 +67,7 @@ var ARM64 struct { HasATOMICS bool HasCPUID bool IsNeoverseN1 bool - IsZeus bool + IsNeoverseV1 bool _ CacheLinePad } -- cgit v1.3