summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJ. German Rivera <Jose.G.Rivera@freescale.com>2013-09-18 19:09:27 (GMT)
committerJ. German Rivera <German.Rivera@freescale.com>2013-09-18 19:09:27 (GMT)
commitca76b6d2649931245f4ca4bf7106943f978a9d42 (patch)
treeaa4a050f3be591a215ee7430bacab6a23a71da30 /arch
parentab352aede03f580896c181e993fc37676beca44e (diff)
parent1f6bb110424334e2cf726ca703c0f9441b402922 (diff)
downloadlinux-fsl-qoriq-ca76b6d2649931245f4ca4bf7106943f978a9d42.tar.xz
Merge branch 'b4860rev2' into sdk-v1.4.x
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/cpu_setup_fsl_booke.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/cpu_setup_fsl_booke.S b/arch/powerpc/kernel/cpu_setup_fsl_booke.S
index c39bbfb..f5ee308 100644
--- a/arch/powerpc/kernel/cpu_setup_fsl_booke.S
+++ b/arch/powerpc/kernel/cpu_setup_fsl_booke.S
@@ -80,7 +80,7 @@ _GLOBAL(has_pw20_altivec_idle)
#define PW20_WAIT_IDLE_BIT 50 /* 1ms, TB frequency is 41.66MHZ */
_GLOBAL(setup_pw20_idle)
mflr r10
- bl .has_pw20_altivec_idle
+ bl has_pw20_altivec_idle
mtlr r10
cmpwi r3, 0
beq 2f
@@ -105,7 +105,7 @@ _GLOBAL(setup_pw20_idle)
#define AV_WAIT_IDLE_BIT 50 /* 1ms, TB frequency is 41.66MHZ */
_GLOBAL(setup_altivec_idle)
mflr r10
- bl .has_pw20_altivec_idle
+ bl has_pw20_altivec_idle
mtlr r10
cmpwi r3, 0
beq 2f