Date: Sun, 17 Mar 2002 23:59:58 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <200203180759.g2I7xwD84105@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/03/17 23:59:58 PST
Modified files:
sys/i386/i386 machdep.c
Log:
Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,
copyout() will page fault and perform grow_stack() from trap_pfault().
These calls to grow_stack() accomplish nothing.
Reviewed by: bde
Revision Changes Path
1.504 +4 -10 src/sys/i386/i386/machdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203180759.g2I7xwD84105>
