CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/27 09:04:49
Modified files:
sys/arch/powerpc64/conf: files.powerpc64
sys/arch/powerpc64/include: fpu.h pcb.h reg.h
sys/arch/powerpc64/powerpc64: locore.S machdep.c trap.c
Added files:
sys/arch/powerpc64/powerpc64: fpu.c
Log message:
Support using the FPU and AltiVec registers in userland. The registers are
unconditionally saved upon context switch when they are in use.
