summaryrefslogtreecommitdiff
path: root/ipc/ipc_init.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-06-16 18:23:00 +0000
committerThomas Bushnell <thomas@gnu.org>1999-06-16 18:23:00 +0000
commitb63e4633d595916c832d7fae95866105b6ff56c0 (patch)
tree85cd2bde6b57022e0219bab7442067c81941d248 /ipc/ipc_init.c
parent4191950d20da3be60a7d55e6719acbb1e9050ce7 (diff)
1999-06-15 Thomas Bushnell, BSG <tb@mit.edu>
* ipc/ipc_init.c (ipc_bootstrap): Don't make the IOT_PORT zone exhaustible, because allocation of ports for internal objects panics if zalloc fails.
Diffstat (limited to 'ipc/ipc_init.c')
-rw-r--r--ipc/ipc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_init.c b/ipc/ipc_init.c
index 29b0819..371a06f 100644
--- a/ipc/ipc_init.c
+++ b/ipc/ipc_init.c
@@ -92,7 +92,7 @@ ipc_bootstrap(void)
zinit(sizeof(struct ipc_port),
ipc_port_max * sizeof(struct ipc_port),
sizeof(struct ipc_port),
- ZONE_EXHAUSTIBLE, "ipc ports");
+ 0, "ipc ports");
ipc_object_zones[IOT_PORT_SET] =
zinit(sizeof(struct ipc_pset),