mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ce858feb6a
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>
9 lines
225 B
Go
9 lines
225 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 mips64 mips64le
|
|
|
|
package cpu
|
|
|
|
const cacheLineSize = 32
|