diff options
author | Greg Thelen <gthelen@google.com> | 2013-11-12 18:08:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-12 22:09:11 -0500 |
commit | 623fd8072c7c4d77a184bc9e35192acf480c18e4 (patch) | |
tree | b8d8aa69d5d532430b6f1dd1221a4e32b60c85e3 /lib/Kconfig.debug | |
parent | 3d035f580699feba352f8703cced127fc203f0dd (diff) |
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>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ebef88f61b7d..db25707aa41b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1481,6 +1481,15 @@ config INTERVAL_TREE_TEST | |||
1481 | help | 1481 | help |
1482 | A benchmark measuring the performance of the interval tree library | 1482 | A benchmark measuring the performance of the interval tree library |
1483 | 1483 | ||
1484 | config PERCPU_TEST | ||
1485 | tristate "Per cpu operations test" | ||
1486 | depends on m && DEBUG_KERNEL | ||
1487 | help | ||
1488 | Enable this option to build test module which validates per-cpu | ||
1489 | operations. | ||
1490 | |||
1491 | If unsure, say N. | ||
1492 | |||
1484 | config ATOMIC64_SELFTEST | 1493 | config ATOMIC64_SELFTEST |
1485 | bool "Perform an atomic64_t self-test at boot" | 1494 | bool "Perform an atomic64_t self-test at boot" |
1486 | help | 1495 | help |