commit | b85a046af3a260e079505e8023ccd10e01cf4f2b | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Oct 06 10:59:19 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Oct 06 10:59:19 2005 +1000 |
tree | 2f5f1af4db85fca6fc88902840463b107721cb14 | |
parent | 6ce52e6438fd2921891648ceab700d9b867e5ed2 [diff] |
powerpc: Define 32/64 bit asm macros and use them in fpu.S 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>