diff options
| author | Christophe Leroy <[email protected]> | 2024-09-19 18:55:57 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2024-09-20 09:06:19 +0000 |
| commit | 699d53f04829d6b8855ff458f86e4b75ef3e5f0c (patch) | |
| tree | 0a88b1a74260d92d46454860c352fc5ad88285ce /net/unix/sysctl_net_unix.c | |
| parent | Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... (diff) | |
| download | kernel-699d53f04829d6b8855ff458f86e4b75ef3e5f0c.tar.gz kernel-699d53f04829d6b8855ff458f86e4b75ef3e5f0c.zip | |
powerpc/vdso32: Fix use of crtsavres for PPC64
crtsavres.S content is encloded by a #ifndef CONFIG_PPC64
To be used on VDSO32 on PPC64 it's content must available on PPC64 as
well.
Replace #ifndef CONFIG_PPC64 by #ifndef __powerpc64__ as __powerpc64__
is not set when building VDSO32 on PPC64.
Reported-by: Christian Zigotzky <[email protected]>
Closes: https://lore.kernel.org/linuxppc-dev/[email protected]/T/
Fixes: b163596a5b6f ("powerpc/vdso32: Add crtsavres")
Signed-off-by: Christophe Leroy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/aded2b257018fe654db759fdfa4ab1a0b5426b1b.1726772140.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions
