summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/hppa/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c
index 4800d76c7b5..f8ee5a8df73 100644
--- a/sys/arch/hppa/hppa/machdep.c
+++ b/sys/arch/hppa/hppa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.46 2001/11/28 16:13:28 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.47 2001/12/02 02:55:42 mickey Exp $ */
/*
* Copyright (c) 1999-2000 Michael Shalayeff
@@ -162,7 +162,7 @@ int totalphysmem, resvmem, physmem, esym;
* Things for MI glue to stick on.
*/
struct user *proc0paddr;
-long mem_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
+long mem_ex_storage[EXTENT_FIXED_STORAGE_SIZE(32) / sizeof(long)];
struct extent *hppa_ex;
struct vm_map *exec_map = NULL;