commit | 9e66bf03f9c538863e614a72c5799bcd9579630e | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Fri Jul 03 15:23:19 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Aug 24 18:38:37 2020 -0700 |
tree | 686d919073ce1d49131a5ff2631da4c06056171a | |
parent | a7c072ef26644b632241d549869f10f8d2dd3b5c [diff] |
scftorture: Adapt memory-ordering test to UP operation On uniprocessor systems, smp_call_function() does nothing. This commit therefore avoids complaining about the lack of handler accesses in the single-CPU case where there is no handler. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>