From a74bdeb7d109443c9e5e0c792c2259175cb4174b Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 19 Apr 1999 14:14:14 +0000 Subject: unifdef -DVM_STACK - it's been on for a while for x86 and was checked and appeared to be working for the Alpha some time ago. --- sys/alpha/linux/linux_sysvec.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/alpha/linux/linux_sysvec.c') diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c index 744719c..d3a2f71 100644 --- a/sys/alpha/linux/linux_sysvec.c +++ b/sys/alpha/linux/linux_sysvec.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_sysvec.c,v 1.44 1999/01/17 20:36:14 peter Exp $ + * $Id: linux_sysvec.c,v 1.45 1999/02/04 21:20:13 newton Exp $ */ /* XXX we use functions that might not exist. */ @@ -217,11 +217,7 @@ linux_sendsig(sig_t catcher, int sig, int mask, u_long 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 linux_sigframe), B_WRITE) == FALSE)) { /* * Process has trashed its stack; give it an illegal -- cgit v1.1