summaryrefslogtreecommitdiff
path: root/src/arch/ppc/lib/floats.S
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-07-28 21:16:21 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-07-28 21:16:21 +0000
commit008c127074345910de4b7726ccd0cca2d8a89854 (patch)
treed53580bb76e211dbe92f8fe080696c5a2d9659e1 /src/arch/ppc/lib/floats.S
parent499b3041b43ec2f6db9dab12c5c6b6d3aa84d105 (diff)
added ppc_ to function names
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1050 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/lib/floats.S')
-rw-r--r--src/arch/ppc/lib/floats.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/ppc/lib/floats.S b/src/arch/ppc/lib/floats.S
index 393ebe338c..8b8eb495f0 100644
--- a/src/arch/ppc/lib/floats.S
+++ b/src/arch/ppc/lib/floats.S
@@ -3,9 +3,9 @@
#include <ppc_asm.tmpl>
- .globl _init_float_registers
+ .globl ppc_init_float_registers
-_init_float_registers:
+ppc_init_float_registers:
lfd fr0, 0(r3)
lfd fr1, 0(r3)
lfd fr2, 0(r3)