mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
selftests/futex: Remove unused test_futex_mpol()
Commited323aeda5("selftest/futex: Compile also with libnuma < 2.0.16") removed the unused function test_futex_mpol() and commitd35ca2f642("selftests/futex: Refactor futex_numa_mpol with kselftest_harness.h") added it back by accident. Remove it again. Fixes:d35ca2f642("selftests/futex: Refactor futex_numa_mpol with kselftest_harness.h") Signed-off-by: André Almeida <andrealmeid@igalia.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://patch.msgid.link/20251001220438.66227-1-andrealmeid@igalia.com
This commit is contained in:
parent
3a86608788
commit
2d98144440
|
|
@ -131,11 +131,6 @@ static void test_futex(void *futex_ptr, int err_value)
|
|||
__test_futex(futex_ptr, err_value, FUTEX2_SIZE_U32 | FUTEX_PRIVATE_FLAG | FUTEX2_NUMA);
|
||||
}
|
||||
|
||||
static void test_futex_mpol(void *futex_ptr, int err_value)
|
||||
{
|
||||
__test_futex(futex_ptr, err_value, FUTEX2_SIZE_U32 | FUTEX_PRIVATE_FLAG | FUTEX2_NUMA | FUTEX2_MPOL);
|
||||
}
|
||||
|
||||
TEST(futex_numa_mpol)
|
||||
{
|
||||
struct futex32_numa *futex_numa;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user