]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make Valgrind build on Linux kernel 3.0 and beyond. Closes #274926. An official
authorBart Van Assche <bvanassche@acm.org>
Sun, 5 Jun 2011 08:51:47 +0000 (08:51 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 5 Jun 2011 08:51:47 +0000 (08:51 +0000)
statement that the Linux kernel 3.0 API and ABI is compatible with Linux kernel
2.6 can be found here: http://lkml.org/lkml/2011/5/29/204.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11796

configure.in

index e95b4d7cb61530fbb5ee4bd9033040e92453ccba..559c1b47020d2817e2c44ddca6dc4bff45960785 100644 (file)
@@ -225,7 +225,7 @@ case "${host_os}" in
         kernel=`uname -r`
 
         case "${kernel}" in
-             2.6.*) 
+             2.6.*|3.*
                    AC_MSG_RESULT([2.6 family (${kernel})])
                    AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x])
                    ;;