Commit 1e156d9b by Ian Lance Taylor

internal/cpu: don't define CacheLinePadSize for riscv64

In libgo CacheLinePadSize is defined by the generated file cpugen.go.

Keep cpu_riscv64.go around, even though it is now empty, so that
we will pick up changes to it in future merges.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/216077
parent dfa075d0
7d3081ce69dda123d77e35e8b9d282e40e9465e2 10a8dbfc9945c672d59af8edb9790e2019cdeb27
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -3,5 +3,3 @@ ...@@ -3,5 +3,3 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
package cpu package cpu
const CacheLinePadSize = 32
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment