aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/vdso32_wrapper.S
diff options
context:
space:
mode:
authorChristophe Leroy <[email protected]>2022-01-21 16:30:27 +0000
committerMichael Ellerman <[email protected]>2022-02-12 22:47:43 +1100
commitfd1feade75fb1a9275c39d76c5ccdbbbe6b37aa3 (patch)
tree6f34bdf2144d5a3ea59ee140bac7ac29fb3adde3 /arch/powerpc/kernel/vdso32_wrapper.S
parentd88378d8d2c776154c6b606f2a423a81d7795f6f (diff)
powerpc/vdso: Merge vdso64 and vdso32 into a single directory
merge vdso64 into vdso32 and rename it vdso. Reported-by: kernel test robot <[email protected]> Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/4dbe05cc130f6a0858d09ac72e436c373cb08b70.1642782130.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/kernel/vdso32_wrapper.S')
-rw-r--r--arch/powerpc/kernel/vdso32_wrapper.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vdso32_wrapper.S b/arch/powerpc/kernel/vdso32_wrapper.S
index 3f5ef035b0a9..10f92f265d51 100644
--- a/arch/powerpc/kernel/vdso32_wrapper.S
+++ b/arch/powerpc/kernel/vdso32_wrapper.S
@@ -7,7 +7,7 @@
.globl vdso32_start, vdso32_end
.balign PAGE_SIZE
vdso32_start:
- .incbin "arch/powerpc/kernel/vdso32/vdso32.so.dbg"
+ .incbin "arch/powerpc/kernel/vdso/vdso32.so.dbg"
.balign PAGE_SIZE
vdso32_end: