]> git.karo-electronics.de Git - karo-tx-linux.git/commit
selftests: add a test program for variable huge page sizes in mmap/shmget
authorAndi Kleen <ak@linux.intel.com>
Fri, 9 Nov 2012 03:04:21 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Nov 2012 04:17:06 +0000 (15:17 +1100)
commit165bc02ecb6534c5cc10bfbd5699635d028e2f25
tree336c7138e19cf2bd2526dc69f03034ce7b51967a
parentc1f32d095443c64c78c3e2ac1a411dc51776c364
selftests: add a test program for variable huge page sizes in mmap/shmget

Also remove -Wextra because gcc-4.6 emits lots of irritating
signed/unsigned comparison warnings.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/vm/Makefile
tools/testing/selftests/vm/thuge-gen.c [new file with mode: 0644]