[PATCH] powerpc/vdso: Inconditionally use CFUNC macro

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE696d

2 messages, 2 authors, 2024-09-06 · open the first message on its own page

[PATCH] powerpc/vdso: Inconditionally use CFUNC macro

From: Christophe Leroy <hidden>
Date: 2024-08-22 08:00:41

During merge of commit 4e991e3c16a3 ("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: 4e991e3c16a3 ("powerpc: add CFUNC assembly label annotation")
Signed-off-by: Christophe Leroy <redacted>
---
 arch/powerpc/kernel/vdso/gettimeofday.S | 4 ----
 1 file changed, 4 deletions(-)
diff --git a/arch/powerpc/kernel/vdso/gettimeofday.S b/arch/powerpc/kernel/vdso/gettimeofday.S
index 48fc6658053a..894cb939cd2b 100644
--- a/arch/powerpc/kernel/vdso/gettimeofday.S
+++ b/arch/powerpc/kernel/vdso/gettimeofday.S
@@ -38,11 +38,7 @@
 	.else
 	addi		r4, r5, VDSO_DATA_OFFSET
 	.endif
-#ifdef __powerpc64__
 	bl		CFUNC(DOTSYM(\funct))
-#else
-	bl		\funct
-#endif
 	PPC_LL		r0, PPC_MIN_STKFRM + PPC_LR_STKOFF(r1)
 #ifdef __powerpc64__
 	PPC_LL		r2, PPC_MIN_STKFRM + STK_GOT(r1)
-- 
2.44.0

Re: [PATCH] powerpc/vdso: Inconditionally use CFUNC macro

From: Michael Ellerman <hidden>
Date: 2024-09-06 11:55:31

On Thu, 22 Aug 2024 10:00:29 +0200, Christophe Leroy wrote:
During merge of commit 4e991e3c16a3 ("powerpc: add CFUNC assembly
label annotation") a fallback version of CFUNC macro was added at
the last minute, so it can be used inconditionally.
Applied to powerpc/next.

[1/1] powerpc/vdso: Inconditionally use CFUNC macro
      https://git.kernel.org/powerpc/c/65948b0e716a47382731889ee6bbb18642b8b003

cheers
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help