diff options
author | kato <kato@FreeBSD.org> | 1999-04-20 09:08:51 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-04-20 09:08:51 +0000 |
commit | dd587e19a09878a02147701b154ab7acc883b474 (patch) | |
tree | bd1b2dc90417d3ae8a8d3c427679d197057a6e0a /sys/pc98 | |
parent | fd6afc20ab46edd8e62a1b6073cf897c334d2dd6 (diff) | |
download | FreeBSD-src-dd587e19a09878a02147701b154ab7acc883b474.zip FreeBSD-src-dd587e19a09878a02147701b154ab7acc883b474.tar.gz |
Sync with sys/i386/i386/machdep.c revision 1.330.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/i386/machdep.c | 6 | ||||
-rw-r--r-- | sys/pc98/pc98/machdep.c | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 61950da..f766715 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.111 1999/04/03 22:20:02 jdp Exp $ + * $Id: machdep.c,v 1.112 1999/04/18 14:42:15 kato Exp $ */ #include "apm.h" @@ -550,11 +550,7 @@ sendsig(catcher, sig, mask, code) * and the stack can not be grown. useracc will return FALSE * if access is denied. */ -#ifdef VM_STACK if ((grow_stack (p, (int)fp) == FALSE) || -#else - if ((grow(p, (int)fp) == FALSE) || -#endif (useracc((caddr_t)fp, sizeof(struct sigframe), B_WRITE) == FALSE)) { /* * Process has trashed its stack; give it an illegal diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 61950da..f766715 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.111 1999/04/03 22:20:02 jdp Exp $ + * $Id: machdep.c,v 1.112 1999/04/18 14:42:15 kato Exp $ */ #include "apm.h" @@ -550,11 +550,7 @@ sendsig(catcher, sig, mask, code) * and the stack can not be grown. useracc will return FALSE * if access is denied. */ -#ifdef VM_STACK if ((grow_stack (p, (int)fp) == FALSE) || -#else - if ((grow(p, (int)fp) == FALSE) || -#endif (useracc((caddr_t)fp, sizeof(struct sigframe), B_WRITE) == FALSE)) { /* * Process has trashed its stack; give it an illegal |