rcuscale: Stop testing RCU Tasks Rude asynchronous APIs
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 4 Jul 2024 02:46:00 +0000 (19:46 -0700)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Wed, 14 Aug 2024 11:16:31 +0000 (16:46 +0530)
commit599194d01459670049079ff54d52442f54d38432
treecc61498f997b79faf9d7d701496d982408721a1a
parentb428a9de9bba8877aeb5de4691cc9334467065d6
rcuscale: Stop testing RCU Tasks Rude asynchronous APIs

The call_rcu_tasks_rude() and rcu_barrier_tasks_rude() APIs are currently
unused.  Furthermore, the idea is to get rid of RCU Tasks Rude entirely
once all architectures have their deep-idle and entry/exit code correctly
marked as inline or noinstr.  As a step towards this goal, this commit
therefore removes these two functions from rcuscale testing.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
kernel/rcu/rcuscale.c