STACK_OFFSET was to support it varying when compiling some code for
authorguenther <guenther@openbsd.org>
Tue, 25 Oct 2022 06:05:57 +0000 (06:05 +0000)
committerguenther <guenther@openbsd.org>
Tue, 25 Oct 2022 06:05:57 +0000 (06:05 +0000)
commitbd1b8e692a23ea692c738ccd62abebcd4515db2c
tree85210739139d7583cd6ba92b25f1ee678f97fcd6
parent61cc4d94036b2ec846902bcc946df34b6041137d
STACK_OFFSET was to support it varying when compiling some code for
either 32bit or 64bit.  With the elimination of 32bit sparc bits
it was just a superfluous indirection of BIAS.  Also, CCFSZ is gone.

ok miod@
sys/arch/sparc64/include/asm.h
sys/arch/sparc64/sparc64/machdep.c
sys/arch/sparc64/sparc64/vm_machdep.c