Skip to content

Commit 65948b0

Browse files
chleroympe
authored andcommitted
powerpc/vdso: Inconditionally use CFUNC macro
During merge of commit 4e991e3 ("powerpc: add CFUNC assembly label annotation") a fallback version of CFUNC macro was added at the last minute, so it can be used inconditionally. Fixes: 4e991e3 ("powerpc: add CFUNC assembly label annotation") Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/0fa863f2f69b2ca4094ae066fcf1430fb31110c9.1724313540.git.christophe.leroy@csgroup.eu
1 parent dca5b1d commit 65948b0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

arch/powerpc/kernel/vdso/gettimeofday.S

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@
3838
.else
3939
addi r4, r5, VDSO_DATA_OFFSET
4040
.endif
41-
#ifdef __powerpc64__
4241
bl CFUNC(DOTSYM(\funct))
43-
#else
44-
bl \funct
45-
#endif
4642
PPC_LL r0, PPC_MIN_STKFRM + PPC_LR_STKOFF(r1)
4743
#ifdef __powerpc64__
4844
PPC_LL r2, PPC_MIN_STKFRM + STK_GOT(r1)

0 commit comments

Comments
 (0)