summaryrefslogtreecommitdiff
path: root/src/runtime/arch_power64le.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-10-29 11:45:01 -0400
committerRuss Cox <rsc@golang.org>2014-10-29 11:45:01 -0400
commitcc517ca5f7183e7f5d91bf75897b23cc0f4ed04f (patch)
treede12ff4332f39303ab2a6dbfa735071249ea1188 /src/runtime/arch_power64le.h
parent7d8c40f1a65329094210933bca66b8862b0c28b8 (diff)
parent05d42f8a61328aa7ea55887f601286b597caf0da (diff)
downloadgo-cc517ca5f7183e7f5d91bf75897b23cc0f4ed04f.tar.gz
[dev.power64] all: merge default (dd5014ed9b01) into dev.power64
Still passes on amd64. LGTM=austin R=austin CC=golang-codereviews https://codereview.appspot.com/165110043
Diffstat (limited to 'src/runtime/arch_power64le.h')
-rw-r--r--src/runtime/arch_power64le.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/runtime/arch_power64le.h b/src/runtime/arch_power64le.h
new file mode 100644
index 000000000..684ac9953
--- /dev/null
+++ b/src/runtime/arch_power64le.h
@@ -0,0 +1,14 @@
+// Copyright 2014 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.
+
+enum {
+ thechar = '9',
+ BigEndian = 0,
+ CacheLineSize = 64,
+ RuntimeGogoBytes = 64,
+ PhysPageSize = 65536,
+ PCQuantum = 4,
+ Int64Align = 8
+};
+