diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-11-03 08:13:39 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-11-03 08:13:39 +0000 |
commit | 2fd467ce3ca96391f787d4e5f8c56878321da160 (patch) | |
tree | 72e7b1658e2418d9394f4bd6ee4d51cb1d334981 /src/arch/ppc/lib/div64.S | |
parent | ed009371030cb97571c8b8dc342f16a9fa124d59 (diff) |
reverting rev 2082
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2083 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/lib/div64.S')
-rw-r--r-- | src/arch/ppc/lib/div64.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/ppc/lib/div64.S b/src/arch/ppc/lib/div64.S index 1cc4e7c7bf..48047747e0 100644 --- a/src/arch/ppc/lib/div64.S +++ b/src/arch/ppc/lib/div64.S @@ -15,13 +15,8 @@ */ #include <ppc_asm.tmpl> -#ifndef __PPC64__ .globl __div64_32 __div64_32: -#else - .globl .__div64_32 -.__div64_32: -#endif lwz r5,0(r3) # get the dividend into r5/r6 lwz r6,4(r3) cmplw r5,r4 |