powerpc: Add macros to access floating point registers in thread_struct.
authorMichael Neuling <mikey@neuling.org>
Thu, 26 Jun 2008 07:07:48 +0000 (17:07 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 1 Jul 2008 01:28:43 +0000 (11:28 +1000)
commit9c75a31c3525a127f70b919856e32be3d8b03755
tree3beee76d3dd4a55af868b5edfbef80c911819fed
parent9e7511861c4f8d35852a3721c5bcd92661cb4c9f
powerpc: Add macros to access floating point registers in thread_struct.

We are going to change where the floating point registers are stored
in the thread_struct, so in preparation add some macros to access the
floating point registers.  Update all code to use these new macros.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/align.c
arch/powerpc/kernel/process.c
arch/powerpc/kernel/ptrace.c
arch/powerpc/kernel/ptrace32.c
arch/powerpc/kernel/softemu8xx.c
arch/powerpc/math-emu/math.c
include/asm-powerpc/ppc_asm.h
include/asm-powerpc/processor.h