]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit623fd8072c7c4d77a184bc9e35192acf480c18e4
treeb8d8aa69d5d532430b6f1dd1221a4e32b60c85e3
parent3d035f580699feba352f8703cced127fc203f0dd
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]