]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: add default osinit for ppc64/ppc64le
authorJoel Sing <joel@sing.id.au>
Thu, 2 Mar 2023 14:23:52 +0000 (01:23 +1100)
committerJoel Sing <joel@sing.id.au>
Sat, 18 Mar 2023 06:24:06 +0000 (06:24 +0000)
commitada6ffca8399af9ad24e82502db1429b85b7405f
treead33815161b7f0a48abbb9e8e4a863ae26810330
parent2c23b0fdcbf640462c39118230d49b450eab327c
internal/cpu: add default osinit for ppc64/ppc64le

This will be used for operating systems other than AIX and Linux (both of
which provide a more specific version).

Updates #56001

Change-Id: Ia1de994866b66f03c83696faa92d0531a0b75273
Reviewed-on: https://go-review.googlesource.com/c/go/+/473698
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/cpu/cpu_ppc64x_other.go [new file with mode: 0644]