percpu: add test module for various percpu operations
Tests various percpu operations. Enable with CONFIG_PERCPU_TEST=m. Signed-off-by: Greg Thelen <gthelen@google.com> Acked-by: Tejun Heo <tj@kernel.org> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
3d035f5806
commit
623fd8072c
@@ -1481,6 +1481,15 @@ config INTERVAL_TREE_TEST
|
||||
help
|
||||
A benchmark measuring the performance of the interval tree library
|
||||
|
||||
config PERCPU_TEST
|
||||
tristate "Per cpu operations test"
|
||||
depends on m && DEBUG_KERNEL
|
||||
help
|
||||
Enable this option to build test module which validates per-cpu
|
||||
operations.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config ATOMIC64_SELFTEST
|
||||
bool "Perform an atomic64_t self-test at boot"
|
||||
help
|
||||
|
Reference in New Issue
Block a user