summaryrefslogtreecommitdiffstats
path: root/src/internal/cpu/cpu_mips.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/cpu/cpu_mips.go')
-rw-r--r--src/internal/cpu/cpu_mips.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/internal/cpu/cpu_mips.go b/src/internal/cpu/cpu_mips.go
new file mode 100644
index 0000000..14a9c97
--- /dev/null
+++ b/src/internal/cpu/cpu_mips.go
@@ -0,0 +1,10 @@
+// Copyright 2017 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package cpu
+
+const CacheLinePadSize = 32
+
+func doinit() {
+}