internal/cpu: don't define CacheLinePadSize for mips64x

For libgo the definition comes from the generated file cpugen.go.

Fixes PR go/98041

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/273866
This commit is contained in:
Ian Lance Taylor 2020-11-28 11:29:25 -08:00
parent 9ebad4b01c
commit eafb46ce90
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
84506e0f6bf282765856cb5aeb17124222f73042
2cc5c746ddfbaeb731f10f2232b9a488df12b71e
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -6,8 +6,6 @@
package cpu
const CacheLinePadSize = 32
// This is initialized by archauxv and should not be changed after it is
// initialized.
var HWCap uint