[ewg] [PATCH] libehca supported kernel versions

Alexander Schmidt alexs at linux.vnet.ibm.com
Tue Sep 22 09:34:25 PDT 2009


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;



More information about the ewg mailing list