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:
parent
9ebad4b01c
commit
eafb46ce90
2 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue