]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,
authorAlan Cox <alc@FreeBSD.org>
Mon, 18 Mar 2002 07:59:57 +0000 (07:59 +0000)
committerAlan Cox <alc@FreeBSD.org>
Mon, 18 Mar 2002 07:59:57 +0000 (07:59 +0000)
commit8bf0e8324d1543e092d1bbba639c220c0fb3c1c8
tree0f0c552ecbec72639e447bde6736104755d1b591
parent9b3851e9e3b18d7460573cd75115f055aef65c34
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
sys/amd64/amd64/machdep.c
sys/i386/i386/machdep.c