]> git.karo-electronics.de Git - karo-tx-linux.git/commit
percpu: add test module for various percpu operations
authorGreg Thelen <gthelen@google.com>
Tue, 5 Nov 2013 05:56:03 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:03 +0000 (16:56 +1100)
commitd003612e664cecfd3209d9df88597050c7644206
treedef7875787776d74886aebf586a09027d8888073
parent46b45670254b9950ec0dcbdac14e288474903cb2
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>
lib/Kconfig.debug
lib/Makefile
lib/percpu_test.c [new file with mode: 0644]