diff options
| author | Matthew Horsnell <matthew.horsnell@gmail.com> | 2022-06-28 14:25:58 +0100 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-11-08 23:11:32 +0000 |
| commit | fe4e59e78b30fb76936fdc02fa0ce044ca465c09 (patch) | |
| tree | 56d3045208dc5663e9fa7054546b3577778ff2df /src/internal/cpu/cpu.go | |
| parent | 896faf306c8ff8b1ae9f5200fa9b7927432b632b (diff) | |
| download | go-fe4e59e78b30fb76936fdc02fa0ce044ca465c09.tar.xz | |
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 <jswinney@amazon.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Eric Fang <eric.fang@arm.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/internal/cpu/cpu.go')
| -rw-r--r-- | src/internal/cpu/cpu.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
