powerpc: No need to use dot symbols when branching to a function
[deliverable/linux.git] / arch / powerpc / include / asm / ppc_asm.h
index 6586a40a46ce161f9f654a57d0222db3bc06d611..3128ba3ba7a03924e4bd6f9ee631f938841e6bc9 100644 (file)
@@ -57,7 +57,7 @@ BEGIN_FW_FTR_SECTION;                                                 \
        LDX_BE  r10,0,r10;              /* get log write index */       \
        cmpd    cr1,r11,r10;                                            \
        beq+    cr1,33f;                                                \
-       bl      .accumulate_stolen_time;                                \
+       bl      accumulate_stolen_time;                         \
        ld      r12,_MSR(r1);                                           \
        andi.   r10,r12,MSR_PR;         /* Restore cr0 (coming from user) */ \
 33:                                                                    \
This page took 0.024721 seconds and 5 git commands to generate.