]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b878daa5def28d6795b31230ceac717e014879f
tree3beee76d3dd4a55af868b5edfbef80c911819fed
parent3745181d98337ad819f070ed697134d12369c895
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