On powerpc64 calling a function needs 64 bytes of stack overhead
authorbluhm <bluhm@openbsd.org>
Sat, 22 May 2021 15:49:36 +0000 (15:49 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 22 May 2021 15:49:36 +0000 (15:49 +0000)
commit3747865f669e07ed266101079075b0db3f2b36f8
tree4c3a6268aadf0c7f597c446c31909922344c4b11
parent122337087b8fd55f7ad9e5c5a92fbb813adade41
On powerpc64 calling a function needs 64 bytes of stack overhead
per recursion.  On amd64 it is only 32.  Allocate more stack per
thread and the stack tests pass everywhere
regress/sys/kern/fork-exit/fork-exit.c