Loading kernel/rcu/tree.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ module_param(gp_init_delay, int, 0444); static int gp_cleanup_delay; module_param(gp_cleanup_delay, int, 0444); /* Retreive RCU kthreads priority for rcutorture */ /* Retrieve RCU kthreads priority for rcutorture */ int rcu_get_gp_kthreads_prio(void) { return kthread_prio; Loading Loading
kernel/rcu/tree.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ module_param(gp_init_delay, int, 0444); static int gp_cleanup_delay; module_param(gp_cleanup_delay, int, 0444); /* Retreive RCU kthreads priority for rcutorture */ /* Retrieve RCU kthreads priority for rcutorture */ int rcu_get_gp_kthreads_prio(void) { return kthread_prio; Loading