CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2022/10/25 00:05:57
Modified files: sys/arch/sparc64/include: asm.h sys/arch/sparc64/sparc64: machdep.c vm_machdep.c Log message: 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@