diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-02 02:55:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-02 02:55:43 +0000 |
commit | b72c81f3f8b1309ef697f16722ad9ca593b96574 (patch) | |
tree | 80f444480e76f0734489160a2fa64cfae67d1085 /sys/arch/hppa | |
parent | db6b6bdbb1d8ce8f6c29d0b6bd8e43f67f0578b2 (diff) |
increase fixed extent storage
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 4 |
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; |