]> 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>
Tue, 13 Nov 2012 05:15:32 +0000 (16:15 +1100)
commit76db80a92064b02b0051ba5e958da8b2ffb0f6e7
tree70ff50905bd1ebd963a838f8df4cc8a69f44d1d1
parent1656c5150fcb54836477104a25b5dc3ab718027e
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]