mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
[deliverable/linux.git] / include / linux / compiler-gcc.h
index 8dbc8929a6a0051a2840a3badb580b7bb3d8adc4..573c5a18908fd53970fefea291805c500fd1d7f9 100644 (file)
 #define __compiler_offsetof(a, b)                                      \
        __builtin_offsetof(a, b)
 
-#if GCC_VERSION >= 40100 && GCC_VERSION < 40600
+#if GCC_VERSION >= 40100
 # define __compiletime_object_size(obj) __builtin_object_size(obj, 0)
 #endif
 
This page took 0.025771 seconds and 5 git commands to generate.