Cleanup aux args and 32-byte align the initial user stack pointer. Note that
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 16 Nov 2003 19:32:31 +0000 (19:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 16 Nov 2003 19:32:31 +0000 (19:32 +0000)
commit7ec1918b88afa9b8de2539a538641d300dc26fb0
tree2d997cf4fe922f40d91acde00af4cb82369baa9b
parentcd9aab793247efd117b7d19105181b186bf3414f
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
sys/kern/kern_exec.c