mirror of
https://github.com/golang/sys.git
synced 2026-01-29 15:12:09 +03:00
cpu: fix wrong cache line size of riscv64
This CL follows CL526659 as cache line should be 64 Bytes Change-Id: Id3a49dbfbfad6aeb439eb5e585fd2d6228a3d3ed Reviewed-on: https://go-review.googlesource.com/c/sys/+/526935 Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
|
||||
package cpu
|
||||
|
||||
const cacheLineSize = 32
|
||||
const cacheLineSize = 64
|
||||
|
||||
func initOptions() {}
|
||||
|
||||
Reference in New Issue
Block a user