Two fixes for 2.4.19-pre5-ac3

From: Steven N. Hirsch (shirsch@adelphia.net)
Date: Sun Apr 07 2002 - 11:43:57 EST


Alan,

This enables the ips driver to build:

--- linux/drivers/scsi/ips.c.orig Sun Apr 7 11:01:00 2002
+++ linux/drivers/scsi/ips.c Sun Apr 7 11:35:31 2002
@@ -543,7 +543,8 @@
    }
 
    return (1);
-
+}
+
 __setup("ips=", ips_setup);
 
 #else
@@ -579,10 +580,10 @@
          }
       }
    }
+}
 
 #endif
 
-}
 
 /****************************************************************************/
 /* */

And, unless this is reversed the OpenAFS kernel module won't load (it
needs sys_call_table.):

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.19p5/kernel/ksyms.c linux.19pre5-ac3/kernel/ksyms.c
--- linux.19p5/kernel/ksyms.c Thu Apr 4 13:21:17 2002
+++ linux.19pre5-ac3/kernel/ksyms.c Fri Apr 5 14:02:06 2002
@@ -469,9 +475,6 @@
 EXPORT_SYMBOL(simple_strtoull);
 EXPORT_SYMBOL(system_utsname); /* UTS data */
 EXPORT_SYMBOL(uts_sem); /* UTS semaphore */
-#ifndef __mips__
-EXPORT_SYMBOL(sys_call_table);
-#endif
 EXPORT_SYMBOL(machine_restart);
 EXPORT_SYMBOL(machine_halt);
 EXPORT_SYMBOL(machine_power_off);

Regards,

Steve

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 07 2002 - 22:00:20 EST