mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
cpu: don't redeclare doinit on ppc64le
Follow-up fix for CL 206859. Also order the +build line alphabetically. Change-Id: I568c8b3ee03161d4341c151e4ec7150cade51077 Reviewed-on: https://go-review.googlesource.com/c/sys/+/206864 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
fee6b63275
commit
344fec8e55
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build linux,!arm,!arm64,!s390x,!ppc64
|
||||
// +build linux,!arm,!arm64,!ppc64,!ppc64le,!s390x
|
||||
|
||||
package cpu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user