]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r258247, r258250, r258257
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 04:42:38 +0000 (04:42 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 04:42:38 +0000 (04:42 +0000)
commite65e8018c55b8f4ab60d14a3c581628a94ce9ce4
tree1db333efac7875c8cb26cb76df9eecc9a08af919
parent423fd051b8f3ef65a2aee0865338639b0d15bf4f
MFC r258247, r258250, r258257

  Remove a pointless #ifdef AIM. This is just PPC64 specific, including
  64-bit Book-E.

  Make single precision floating point arithmetic actually work

  Split the function of the PCB_FPU flags into two: PCB_FPU now indicates that
  the actual FPU is enabled, while PCB_FPREGS indicates that the FPU state
  structure in the PCB is valid.

git-svn-id: svn://svn.freebsd.org/base/stable/10@266004 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/files.powerpc
sys/powerpc/booke/trap.c
sys/powerpc/fpu/fpu_emu.c
sys/powerpc/fpu/fpu_explode.c
sys/powerpc/include/counter.h
sys/powerpc/include/pcb.h
sys/powerpc/powerpc/exec_machdep.c
sys/powerpc/powerpc/fpu.c
sys/powerpc/powerpc/swtch32.S