From 344fec8e5506041477abc31f0cb35678208fb185 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 13 Nov 2019 17:26:36 +0100 Subject: [PATCH] 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- cpu/cpu_linux_noinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cpu_linux_noinit.go b/cpu/cpu_linux_noinit.go index 192198e3..f65134f6 100644 --- a/cpu/cpu_linux_noinit.go +++ b/cpu/cpu_linux_noinit.go @@ -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