diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-01-23 11:34:10 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-01-23 16:05:47 -0800 |
commit | 1e156d9b214b275dc8b98c0ab5330b788a688f0f (patch) | |
tree | b960b466f84a3bd184ed382f800638df4eb93910 /libgo | |
parent | dfa075d00d396f554b4aca183c3ca685fbb73bbd (diff) | |
download | gcc-1e156d9b214b275dc8b98c0ab5330b788a688f0f.zip gcc-1e156d9b214b275dc8b98c0ab5330b788a688f0f.tar.gz gcc-1e156d9b214b275dc8b98c0ab5330b788a688f0f.tar.bz2 |
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
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/go/internal/cpu/cpu_riscv64.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/internal/cpu/cpu_riscv64.go b/libgo/go/internal/cpu/cpu_riscv64.go index c49cab7..d920fcf 100644 --- a/libgo/go/internal/cpu/cpu_riscv64.go +++ b/libgo/go/internal/cpu/cpu_riscv64.go @@ -3,5 +3,3 @@ // license that can be found in the LICENSE file. package cpu - -const CacheLinePadSize = 32 |