summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/imgact_osf1.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/osf1/imgact_osf1.c')
-rw-r--r--sys/alpha/osf1/imgact_osf1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/osf1/imgact_osf1.c b/sys/alpha/osf1/imgact_osf1.c
index b1e1da7..4eee3a7 100644
--- a/sys/alpha/osf1/imgact_osf1.c
+++ b/sys/alpha/osf1/imgact_osf1.c
@@ -178,7 +178,7 @@ exec_osf1_imgact(struct image_params *imgp)
/*
* Destroy old process VM and create a new one (with a new stack).
*/
- exec_new_vmspace(imgp);
+ exec_new_vmspace(imgp, VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS, USRSTACK);
/*
* The vm space can now be changed.
OpenPOWER on IntegriCloud