lkml.org 
[lkml]   [2002]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
SubjectTwo fixes for 2.4.19-pre5-ac3
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/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.109 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site