]> git.baikalelectronics.ru Git - kernel.git/commit
percpu: add test module for various percpu operations
authorGreg Thelen <gthelen@google.com>
Tue, 12 Nov 2013 23:08:34 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:11 +0000 (12:09 +0900)
commit956298eab0e31d2fccb65358f9e4f94c7da1ba7e
treeb8d8aa69d5d532430b6f1dd1221a4e32b60c85e3
parente9fb554776d88280084ddd5c92f5bdf42e1ed21e
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>
lib/Kconfig.debug
lib/Makefile
lib/percpu_test.c [new file with mode: 0644]