cvs commit: src/sys/kern kern_exec.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Nov 16 11:33:08 PST 2003
dillon 2003/11/16 11:32:31 PST
DragonFly src repository
Modified files:
sys/kern kern_exec.c
Log:
Cleanup aux args and 32-byte align the initial user stack pointer. Note that
newer GCCs use masking ops on the stack pointer and do not need an aligned
stack pointer, but older GCCs will benefit and, besides, it doesn't hurt.
Submitted-by: Alexander Leidinger
Revision Changes Path
1.16 +13 -10 src/sys/kern/kern_exec.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_exec.c.diff?r1=1.15&r2=1.16&f=h
More information about the Commits
mailing list