Tobias Klauser | e43da5d | 2019-11-13 09:44:03 +0100 | [diff] [blame] | 1 | // Copyright 2019 The Go Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
Russ Cox | 9a76102 | 2021-02-19 22:57:36 -0500 | [diff] [blame] | 5 | //go:build linux && !arm && !arm64 && !mips64 && !mips64le && !ppc64 && !ppc64le && !s390x |
Tobias Klauser | 062a440 | 2020-03-01 22:28:46 +0100 | [diff] [blame] | 6 | // +build linux,!arm,!arm64,!mips64,!mips64le,!ppc64,!ppc64le,!s390x |
Tobias Klauser | e43da5d | 2019-11-13 09:44:03 +0100 | [diff] [blame] | 7 | |
| 8 | package cpu |
| 9 | |
| 10 | func doinit() {} |