summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arch_power64le.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/arch_power64le.h')
-rw-r--r--src/pkg/runtime/arch_power64le.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/arch_power64le.h b/src/pkg/runtime/arch_power64le.h
index 3015e70aa..684ac9953 100644
--- a/src/pkg/runtime/arch_power64le.h
+++ b/src/pkg/runtime/arch_power64le.h
@@ -7,7 +7,7 @@ enum {
BigEndian = 0,
CacheLineSize = 64,
RuntimeGogoBytes = 64,
- PhysPageSize = 4096,
+ PhysPageSize = 65536,
PCQuantum = 4,
Int64Align = 8
};