selftests: vDSO: vdso_test_correctness: Drop SYS_getcpu fallbacks

These fallbacks are only valid on x86 and unused in the first place.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260227-vdso-selftest-cleanups-v2-3-d84830fa8beb@linutronix.de
This commit is contained in:
Thomas Weißschuh 2026-02-27 07:45:58 +01:00 committed by Borislav Petkov (AMD)
parent 50692c25ee
commit ad2af7768f

View File

@ -25,14 +25,6 @@
static const char **name;
#ifndef SYS_getcpu
# ifdef __x86_64__
# define SYS_getcpu 309
# else
# define SYS_getcpu 318
# endif
#endif
#ifndef __NR_clock_gettime64
#define __NR_clock_gettime64 403
#endif