powerpc: Define 32/64 bit asm macros and use them in fpu.S
authorPaul Mackerras <paulus@samba.org>
Thu, 6 Oct 2005 00:59:19 +0000 (10:59 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 6 Oct 2005 00:59:19 +0000 (10:59 +1000)
These macros help in writing assembly code that works for both ppc32
and ppc64.  With this we now have a common fpu.S.  This takes out
load_up_fpu from head_64.S.

Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found