From d785dc25833f1ad82a72435f1e369f016e16ee2c Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Thu, 20 Aug 2020 02:52:46 +1000 Subject: [PATCH] cpu: add missing build tag for linux The code in this file is specific to linux and does not build on other mips64x platforms. Change-Id: Ic27eedf06f39a7d2c51f5b261d957eed04e5df0b Reviewed-on: https://go-review.googlesource.com/c/sys/+/249318 Reviewed-by: Tobias Klauser Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot --- cpu/cpu_linux_mips64x.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/cpu_linux_mips64x.go b/cpu/cpu_linux_mips64x.go index eb24e507..5a418900 100644 --- a/cpu/cpu_linux_mips64x.go +++ b/cpu/cpu_linux_mips64x.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build linux // +build mips64 mips64le package cpu