moby/vendor/golang.org/x/sys/cpu/cpu_mipsx.go
Kir Kolyshkin 2f2588f137
Bump vndr
We can do that now as we're no longer carrying archive/tar.
Note that latest vndr removes vendor/ subdir so we don't have to,
thus the change in hack/validate/vendor.

While at it, re-run a new vndr version to make sure everything
that should be there is.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit ce858feb6a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-20 11:24:00 +02:00

9 lines
221 B
Go

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build mips mipsle
package cpu
const cacheLineSize = 32