CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/16 15:55:50
Modified files:
sys/arch/hppa/hppa: locore.S
Log message:
Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't really
matter, since we shouldn't be using the FPU inside the kernel, but we need to
initialize %cr30 with something, and this is more consistent than using the
address of the pcb.
