diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-08-07 01:50:39 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-10-08 01:01:12 +0200 |
commit | 6587a23b6b9bdb47205ec96c703e5bf8a2d39701 (patch) | |
tree | c5ac61d861ea8b1b6e3c4708c1db2f1f551f9b1a /drivers/rtc/rtc-m48t86.c | |
parent | rcu: Make ->cpu_no_qs be a union for aggregate OR (diff) | |
download | linux-6587a23b6b9bdb47205ec96c703e5bf8a2d39701.tar.xz linux-6587a23b6b9bdb47205ec96c703e5bf8a2d39701.zip |
rcu: Switch synchronize_sched_expedited() to IPI
This commit switches synchronize_sched_expedited() from stop_one_cpu_nowait()
to smp_call_function_single(), thus moving from an IPI and a pair of
context switches to an IPI and a single pass through the scheduler.
Of course, if the scheduler actually does decide to switch to a different
task, there will still be a pair of context switches, but there would
likely have been a pair of context switches anyway, just a bit later.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/rtc/rtc-m48t86.c')
0 files changed, 0 insertions, 0 deletions