CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/30 23:33:32
Modified files:
sys/arch/hppa/hppa: genassym.cf locore.S machdep.c
process_machdep.c trap.c vm_machdep.c
sys/arch/hppa/include: fpu.h pcb.h
Log message:
Create a struct to store FP state and include a pointer to the CPU that
currently holds the FPU context for this process. This will be soon used
to implement FPU shootdowns on multiprocessor kernels.
ok kettenis@
