From: Vladimir Sokolovsky Date: Tue, 10 Jul 2012 12:46:37 +0000 (+0300) Subject: config.mk: backport compat to RHEL6.3 X-Git-Tag: vofed-3.5-x~63 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1871b3d6ba82af8cd1ce1cacc162b07dd8a1e655;p=~emulex%2Ffor-vlad%2Fold%2Fcompat-rdma.git config.mk: backport compat to RHEL6.3 Signed-off-by: Vladimir Sokolovsky --- diff --git a/config.mk b/config.mk index 8635187..5f88f30 100644 --- a/config.mk +++ b/config.mk @@ -49,3 +49,15 @@ ifndef CONFIG_COMPAT_RHEL_6_1 CONFIG_COMPAT_KFIFO=y endif #CONFIG_COMPAT_RHEL_6_1 endif #CONFIG_COMPAT_KERNEL_2_6_36 + +ifdef CONFIG_COMPAT_KERNEL_3_2 +ifndef CONFIG_COMPAT_RHEL_6_3 + CONFIG_COMPAT_SKB_FRAG_NEEDED=y +endif #CONFIG_COMPAT_RHEL_6_3 +endif #CONFIG_COMPAT_KERNEL_3_2 + +ifdef CONFIG_COMPAT_KERNEL_2_6_38 +ifndef CONFIG_COMPAT_RHEL_6_3 + CONFIG_COMPAT_NO_PRINTK_NEEDED=y +endif #CONFIG_COMPAT_RHEL_6_3 +endif #CONFIG_COMPAT_KERNEL_2_6_38