internal/cpu: don't define CacheLinePadSize for mips64x
authorIan Lance Taylor <iant@golang.org>
Sat, 28 Nov 2020 19:29:25 +0000 (11:29 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 30 Nov 2020 20:24:17 +0000 (12:24 -0800)
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

gcc/go/gofrontend/MERGE
libgo/go/internal/cpu/cpu_mips64x.go

index eec3d0708e56ac17532ea71a6226e146e63f3050..45f62b3bec5fc29f5785abbc80bd7766eea6b106 100644 (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.
index 0c4794a70acf33af1a95587d323be88b3a49dd34..af10a5071eae9c06be13f27679eb41dcf77c47ae 100644 (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