[ewg] Re: [PATCH] libehca supported kernel versions

Vladimir Sokolovsky vlad at dev.mellanox.co.il
Thu Sep 24 02:10:32 PDT 2009


Alexander Schmidt wrote:
> Hi Vlad,
>
> please apply the following patch for install.pl.
>
> Signed-off-by: Alexander Schmidt <alexs at linux.vnet.ibm.com>
>
> Index: OFED-1.5-20090915-0844/install.pl
> ===================================================================
> --- OFED-1.5-20090915-0844.orig/install.pl
> +++ OFED-1.5-20090915-0844/install.pl
> @@ -1646,10 +1646,8 @@ sub set_availability
>      set_compilers();
>  
>      # Ehca
> -    # if ($arch =~ m/ppc64|powerpc/ and
> -    #         $kernel =~ m/2.6.1[6-9]|2.6.2[0-9]/) {
>      if ($arch =~ m/ppc64|powerpc/ and
> -            $kernel =~ m/2.6.30/) {
> +            $kernel =~ m/2.6.1[6-9]|2.6.2[0-9]|2.6.30/) {
>              $kernel_modules_info{'ehca'}{'available'} = 1;
>              $packages_info{'libehca'}{'available'} = 1;
>              $packages_info{'libehca-devel-static'}{'available'} = 1;
>
>   
Applied,

Regards,
Vladimir



More information about the ewg mailing list