ANDROID: kselftest: drop futex_requeue_pi args
Upstream refactored the futex_requeue_pi utility and it no longer takes arguments. Instead, all the different test parameters previously in run.sh have been relocated within the binary itself. Update our Android test mapping files accordingly. Fixes: d060495a ("selftests/futex: Refactor futex_requeue_pi with kselftest_harness.h") Change-Id: I6758f95b08d9b6ab80d58c08430c301a72f94f1a Signed-off-by:Carlos Llamas <cmllamas@google.com>
Loading